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.
|
- <!--pages/login/login.wxml-->
- <view class="pages">
- <view class="bg">
- <image src="../../asset/image/homeImg.jpg" mode="scaleToFill" />
- </view>
-
- <view class="bottom">
- <button wx:if="{{ !isAgree }}" class="loginWithPhone" bindtap="checkUserPro">使用手机号登录</button>
- <button wx:if="{{ isAgree }}" class="loginWithPhone" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">使用手机号登录</button>
-
- <view class="agree">
- <checkbox-group bindchange="checkboxChange">
- <checkbox color="#ff4f00" value="1" checked="{{ isAgree }}" /><text class="text">同意</text><text class="goPro" bindtap="goPro">《智像小相册用户使用协议》</text>
- </checkbox-group>
- </view>
- </view>
- <van-dialog id="van-dialog" />
- </view>
|