You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
534 B
15 lines
534 B
2 years ago
|
<view class="guide-page">
|
||
|
<view class="guide-image">
|
||
|
<image src="https://elink-esua-epdc.oss-cn-qingdao.aliyuncs.com/epmet/test/20220823/6ac6b94d196f4848b791af8b524a4488.png" mode="widthFix"/>
|
||
|
</view>
|
||
|
<view class="guide-btn" bindtap="getLocalGrids">
|
||
|
获取定位进入网格
|
||
|
</view>
|
||
|
<!-- <view class="agreement">查看用户服务协议</view> -->
|
||
|
|
||
|
<view class="switch"
|
||
|
wx:if="{{isOpenedNovice}}"
|
||
|
bind:tap="toNovice">
|
||
|
<text>我是新手,先去体验区逛逛?</text>
|
||
|
</view>
|
||
|
</view>
|