login.wxml 519 B

1234567891011
  1. <view class='login_model' wx:if='{{showLogin}}'>
  2. <view class='login_box'>
  3. <image class="logLogo" src="/static/icon/ysc.png" mode="aspectFill"></image>
  4. <view class="logTitle">原味公明腊肠优选</view>
  5. <view class="logTool">公明腊肠官方体验商城</view>
  6. <button class='login' open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">
  7. <text class="wx_text">使用微信登录</text>
  8. </button>
  9. <text class='no_login' bindtap="cancelLogin">暂不登录</text>
  10. </view>
  11. </view>