join.wxml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <view style="display: flex;align-items: center;height: 100%;justify-content:center;flex-direction: column;">
  2. <view class="title"
  3. style="background-image: url(https://7a68-zhaijieshi-3guecm78383ca692-1307626841.tcb.qcloud.la/wx/img/bk.png);">
  4. <!-- <image src="https://7a68-zhaijieshi-3guecm78383ca692-1307626841.tcb.qcloud.la/wx/img/cp-logo.png" /> -->
  5. <div class="sub-title2">鲸致生活管家</div>
  6. <div
  7. style="background-image: url(https://7a68-zhaijieshi-3guecm78383ca692-1307626841.tcb.qcloud.la/wx/img/border.png?sign=ca31177b655126fb76768e472c10e7f3&t=1678338428);background-size: 100% 100%;padding: 20rpx;height: 400rpx;">
  8. <image class="qrcode" wx:if="{{img}}" show-menu-by-longpress="{{true}}" src="{{img}}" />
  9. <view wx:else="">
  10. <image class="qrcode" style="height: 363rpx;width:363rpx;" bindtap="reloadQr" src="/static/images/new/expired.png" />
  11. <view style="color: #999;text-align: center;font-size: 19rpx;">已过期 点击图片重新加载</view>
  12. </view>
  13. </div>
  14. <text class="title1" wx:if="{{img}}">长按识别二维码</text>
  15. <text class="title2" wx:if="{{img}}">添加我的企业微信</text>
  16. </view>
  17. <image src="cloud://zhaijieshi-3guecm78383ca692.7a68-zhaijieshi-3guecm78383ca692-1307626841/wx/img/slg.png"
  18. style="height: 42px;width: 260px;margin-top: 30px;" />
  19. </view>
  20. <!-- <view class="myqr" wx:if="{{myqr_show}}">
  21. <view class="qrbk">
  22. <button open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber" class="btn">
  23. <image src="{{authBtn}}" mode="aspectFit" style="padding:0 50rpx"/>
  24. </button>
  25. <view style="color: #09afff;margin-top: 180px;" bindtap="goCloseMyqr">我再想想</view>
  26. </view>
  27. </view> -->
  28. <view class="myqr" wx:if="{{myqr_show}}">
  29. <view class="qrbk">
  30. <view class="text-wrapper">
  31. <view class="auth-title">授权绑定手机</view>
  32. <view class="tips">随时查看订单</view>
  33. <view class="tips">享受更多专属服务</view>
  34. </view>
  35. <view class="auth-bottom">
  36. <view bindtap="goCloseMyqr" class="auth-skip">跳过授权</view>
  37. <view class="auth-confirm">
  38. <button open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber" class="auth-btn">确认授权
  39. </button>
  40. </view>
  41. </view>
  42. </view>
  43. </view>