join.wxml 2.1 KB

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