join.wxml 1.1 KB

12345678910111213141516171819
  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);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="https://7a68-zhaijieshi-3guecm78383ca692-1307626841.tcb.qcloud.la/wx/qw/qrcode.png" />
  9. </div>
  10. <text class="title1">扫码关注专属管家</text>
  11. <text class="title2">一对一专人服务</text>
  12. </view>
  13. <image src="https://7a68-zhaijieshi-3guecm78383ca692-1307626841.tcb.qcloud.la/wx/img/slg.png" style="height: 42px;width: 260px;margin-top: 30px;"/>
  14. </view>