邃芒智像相册
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.
 
 

18 lines
787 B

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