邃芒智像相册
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 

18 wiersze
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>