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
720 B
15 lines
720 B
<view class="container">
|
|
<view class="pagelayout">
|
|
<image class="bgimg" src="https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/0A/rBAB717PlYSAdi-BAAoknIRDFRQ209.png" mode="widthFix"/>
|
|
</view>
|
|
<view class="footer">
|
|
<view class="buttons" wx:if="{{experience=='1'}}">
|
|
<button hover-class="hover-btn" class="btn2" bindtap="scan">扫码加入</button>
|
|
<view class="look" bindtap="toAgreement">查看用户服务协议</view>
|
|
</view>
|
|
<view class="buttons" wx:if="{{experience=='0'}}">
|
|
<button hover-class="hover-btn" class="btn2" bindtap="experience">进入体验</button>
|
|
<view class="look" bindtap="toAgreement">查看用户服务协议</view>
|
|
</view>
|
|
</view>
|
|
</view>
|