wxlogin.wxml 884 B

123456789101112131415161718192021222324
  1. <view class="info">
  2. <!-- 微信登录弹窗弹窗弹窗弹窗 -->
  3. <view class='popup' wx:if="{{popshow}}">
  4. <view class='mask' catchtouchmove="preventtouchmove" catchtap='closepop'>
  5. </view>
  6. <!-- 弹出层 -->
  7. <view class='popup_main' id='popup_main'>
  8. <!-- 主要内容 -->
  9. <view class='babay_box'>
  10. <view class="baby_logo">
  11. <image src="https://point.xiuqinews.cn/file/file?fileName=baby_logo.png" mode="" />
  12. </view>
  13. <view class="baby_text">
  14. <image src="https://point.xiuqinews.cn/file/file?fileName=baby_text.png" mode="" />
  15. </view>
  16. </view>
  17. <view class='wx_btn' >
  18. <button class="wx_text" bindtap="SaveTarget">
  19. <image src="https://point.xiuqinews.cn/file/file?fileName=weixin.png" mode="" />通过微信登录
  20. </button>
  21. </view>
  22. </view>
  23. </view>
  24. </view>