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