userLogin.wxml 572 B

12345678910111213141516
  1. <!--pages/splash/splash.wxml-->
  2. <view class="container">
  3. <view class="splashImage">
  4. <image src="{{splashImageUrl}}"></image>
  5. </view>
  6. <view>
  7. <button bindtap="getUserInfo" class="user-info">登录/注册</button>
  8. <!-- <button open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber" class="user-info">登录/注册</button> -->
  9. <view class="visit-btn">
  10. <!-- <text bindtap="goYY">我是访客</text> -->
  11. </view>
  12. </view>
  13. <!-- <view class="splashText">
  14. <image class="img2" src="{{splashImageUrl2}}"></image>
  15. </view> -->
  16. </view>