选择地区
This commit is contained in:
parent
cd5bbba85d
commit
872cdfbfb3
6
app.js
6
app.js
@ -7,9 +7,9 @@ App({
|
||||
newsUrl: 'https://www.wgink.ink/news',
|
||||
newsContentUrl: 'https://www.wgink.ink',
|
||||
libraryUrl: 'https://www.wgink.ink/library',
|
||||
venueUrl: 'https://www.wgink.ink/venuebooking',
|
||||
activityUrl: 'https://www.wgink.ink/culturalactivity',
|
||||
volunteerUrl: 'http://192.168.0.111:8888/volunteer',
|
||||
venueUrl: 'http://192.168.0.109:8082/venuebooking',
|
||||
activityUrl: 'http://192.168.0.111:8080/culturalactivity',
|
||||
volunteerUrl: 'https://www.wgink.ink/volunteer',
|
||||
liveUrl: 'https://www.wgink.ink/live',
|
||||
liveRecordUrl: 'https://www.wgink.ink',
|
||||
socialUrl: 'https://www.wgink.ink/social',
|
||||
|
BIN
images/marker_yellow.png
Normal file
BIN
images/marker_yellow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
@ -134,7 +134,7 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="set-phone" wx:if="{{randomName && showPhone}}">
|
||||
<!-- <view class="set-phone" wx:if="{{randomName && showPhone}}">
|
||||
<view class="set-phone-box">
|
||||
<view class="tips">您还没有绑定手机号,请先绑定手机号</view>
|
||||
<view class="phone-input">
|
||||
@ -149,4 +149,4 @@
|
||||
<view class="set-phone-btn" bindtap="submitPhone" wx:if="{{!isConfirm}}">确认</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
Loading…
Reference in New Issue
Block a user