shouquan.wxml 1.4 KB

1
  1. <view class="containar"><view class="avatarUrl" style="text-align:center;"><view style="color:rgba(30, 125, 251, 1);font-weight:500;">新糖宝</view></view><view class="btn" style="margin-top:60px;height:600rpx;"><block wx:if="{{qiehuan}}"><button data-event-opts="{{[['tap',[['denglu',['$event']]]]]}}" style="background-color:rgba(30, 125, 251, 0.8);color:#fff;width:650rpx;" bindtap="__e">微信登录</button></block><block wx:else><button style="background-color:rgba(30, 125, 251, 0.8);width:650rpx;color:#fff;" open-type="getPhoneNumber" data-event-opts="{{[['getphonenumber',[['getPhoneNumber',['$event']]]]]}}" bindgetphonenumber="__e">微信登录</button></block><checkbox-group data-event-opts="{{[['change',[['checkboxChange',['$event']]]]]}}" style="margin-top:30rpx;margin-left:50rpx;" bindchange="__e"><checkbox style="transform:scale(0.6);" color="rgba(30, 125, 251, 1)" value="agree" checked="{{check}}" shape="circle"></checkbox><text style="color:rgba(166, 166, 166, 1);font-size:26rpx;" bindtap="toprotocol">我已阅读并同意</text><text data-event-opts="{{[['tap',[['toptong',['$event']]]]]}}" style="color:rgba(30, 125, 251, 1);font-size:26rpx;" bindtap="__e">《用户协议》</text>、<text data-event-opts="{{[['tap',[['toptong',['$event']]]]]}}" style="color:rgba(30, 125, 251, 1);font-size:26rpx;" bindtap="__e">《隐私政策》</text></checkbox-group></view></view>