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.
|
- <!--index.wxml-->
- <view class="container">
- <view class="cont">
- <image class="sanjiao" src="https://static.quhouse.com/dbc18bc151dc4e839fb9cbe7e3d1d49e.png"></image>
- <image class="title" src="https://static.quhouse.com/18484fa813a24a64bd007dfca3652379.png"></image>
- <image class="search" src="https://static.quhouse.com/72cac48d2d804744bd83a2a882713a6f.png"></image>
- <image class="logo" src="https://static.quhouse.com/fecdef9ed6a045aaade3d48980e33a35.png"></image>
- <view class="agreement">
- <image class="checked" bindtap="checkFun"
- wx:if="{{ischecked}}" src="https://static.quhouse.com/4024a0e92b0245a7b14cc5c78cab90f7.png"></image>
- <view class="nocheck" bindtap="checkFun" wx:else></view>
- <view class="text" bindtap="checkFun">勾选表示您已阅读并同意</view>
- <view class="text text1" bindtap="toxieyi">《隐私协议》</view>
- </view>
- <button class="btn" wx:if="{{bindInfo}}" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">绑定手机号</button>
- <view class="btn" wx:else bindtap="getUserInfo">微信一键登录</view>
- <view class="btn btn1" bindtap="backGame">返回游戏</view>
- </view>
- </view>
|