修改请求路径为线上路径

This commit is contained in:
Renpc-kilig 2020-08-28 17:07:32 +08:00
parent 34403444df
commit fb7fcc998c
2 changed files with 2 additions and 2 deletions

2
app.js
View File

@ -12,7 +12,7 @@ App({
volunteerUrl: 'https://www.wgink.ink/volunteer',
venueUrl: 'https://www.wgink.ink/venuebooking',
activityUrl: 'https://www.wgink.ink/culturalactivity',
volunteerUrl: 'http://192.168.0.111:8888/volunteer',
volunteerUrl: 'https://www.wgink.ink/volunteer',
liveUrl: 'https://www.wgink.ink/live',
liveRecordUrl: 'https://www.wgink.ink',
socialUrl: 'https://www.wgink.ink/social',

View File

@ -54,7 +54,7 @@
<view class="info-text" style="height: auto">
<view class="section" style="height: auto">
<checkbox-group bindchange="serviceTypeChange">
<checkbox value='{{item.dictionaryId}}' wx:for="{{serviceType}}" model:value="{{serviceType}}">
<checkbox value='{{item.dictionaryId}}' wx:for="{{serviceType}}">
<view>{{item.dictionaryName}}</view>
</checkbox>
</checkbox-group>