| 123456789101112131415161718192021222324 |
- <view class="info">
- <!-- 微信登录弹窗弹窗弹窗弹窗 -->
- <view class='popup' wx:if="{{popshow}}">
- <view class='mask' catchtouchmove="preventtouchmove" catchtap='closepop'>
- </view>
- <!-- 弹出层 -->
- <view class='popup_main' id='popup_main'>
- <!-- 主要内容 -->
- <view class='babay_box'>
- <view class="baby_logo">
- <image src="https://point.xiuqinews.cn/file/file?fileName=baby_logo.png" mode="" />
- </view>
- <view class="baby_text">
- <image src="https://point.xiuqinews.cn/file/file?fileName=baby_text.png" mode="" />
- </view>
- </view>
- <view class='wx_btn' >
- <button class="wx_text" bindtap="SaveTarget">
- <image src="https://point.xiuqinews.cn/file/file?fileName=weixin.png" mode="" />通过微信登录
- </button>
- </view>
- </view>
- </view>
- </view>
|