12345678910111213141516171819 |
- <view style="display: flex;align-items: center;height: 100%;justify-content:center;flex-direction: column;">
- <view class="title" style="background-image: url(https://7a68-zhaijieshi-3guecm78383ca692-1307626841.tcb.qcloud.la/wx/img/bk.png);">
-
- <!-- <image src="https://7a68-zhaijieshi-3guecm78383ca692-1307626841.tcb.qcloud.la/wx/img/cp-logo.png" /> -->
-
- <div class="sub-title2">鲸致生活管家</div>
-
- <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;">
- <image class="qrcode" wx:if="{{img!=''}}" show-menu-by-longpress="{{true}}" src="{{img}}" />
- <image class="qrcode" wx:else="" show-menu-by-longpress="{{true}}"
- src="https://7a68-zhaijieshi-3guecm78383ca692-1307626841.tcb.qcloud.la/wx/qw/qrcode.png" />
- </div>
- <text class="title1">扫码关注专属管家</text>
- <text class="title2">一对一专人服务</text>
- </view>
-
- <image src="https://7a68-zhaijieshi-3guecm78383ca692-1307626841.tcb.qcloud.la/wx/img/slg.png" style="height: 42px;width: 260px;margin-top: 30px;"/>
-
- </view>
|