修改请求路径为线上路径
This commit is contained in:
parent
34403444df
commit
fb7fcc998c
2
app.js
2
app.js
@ -12,7 +12,7 @@ App({
|
|||||||
volunteerUrl: 'https://www.wgink.ink/volunteer',
|
volunteerUrl: 'https://www.wgink.ink/volunteer',
|
||||||
venueUrl: 'https://www.wgink.ink/venuebooking',
|
venueUrl: 'https://www.wgink.ink/venuebooking',
|
||||||
activityUrl: 'https://www.wgink.ink/culturalactivity',
|
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',
|
liveUrl: 'https://www.wgink.ink/live',
|
||||||
liveRecordUrl: 'https://www.wgink.ink',
|
liveRecordUrl: 'https://www.wgink.ink',
|
||||||
socialUrl: 'https://www.wgink.ink/social',
|
socialUrl: 'https://www.wgink.ink/social',
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
<view class="info-text" style="height: auto">
|
<view class="info-text" style="height: auto">
|
||||||
<view class="section" style="height: auto">
|
<view class="section" style="height: auto">
|
||||||
<checkbox-group bindchange="serviceTypeChange">
|
<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>
|
<view>{{item.dictionaryName}}</view>
|
||||||
</checkbox>
|
</checkbox>
|
||||||
</checkbox-group>
|
</checkbox-group>
|
||||||
|
Loading…
Reference in New Issue
Block a user