123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <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?sign=ca31177b655126fb76768e472c10e7f3&t=1678338428);background-size: 100% 100%;padding: 20rpx;height: 400rpx;">
- <image class="qrcode" wx:if="{{img}}" show-menu-by-longpress="{{true}}" src="{{img}}" />
- <view wx:else="">
- <image class="qrcode" style="height: 363rpx;width:363rpx;" bindtap="reloadQr" src="/static/images/new/expired.png" />
- <view style="color: #999;text-align: center;font-size: 19rpx;">已过期 点击图片重新加载</view>
- </view>
- </div>
- <text class="title1" wx:if="{{img}}">长按识别二维码</text>
- <text class="title2" wx:if="{{img}}">添加我的企业微信</text>
- </view>
- <image src="cloud://zhaijieshi-3guecm78383ca692.7a68-zhaijieshi-3guecm78383ca692-1307626841/wx/img/slg.png"
- style="height: 42px;width: 260px;margin-top: 30px;" />
- </view>
- <!-- <view class="myqr" wx:if="{{myqr_show}}">
- <view class="qrbk">
- <button open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber" class="btn">
- <image src="{{authBtn}}" mode="aspectFit" style="padding:0 50rpx"/>
- </button>
- <view style="color: #09afff;margin-top: 180px;" bindtap="goCloseMyqr">我再想想</view>
- </view>
- </view> -->
- <view class="myqr" wx:if="{{myqr_show}}">
- <view class="qrbk">
- <view class="text-wrapper">
- <view class="auth-title">授权绑定手机</view>
- <view class="tips">随时查看订单</view>
- <view class="tips">享受更多专属服务</view>
- </view>
- <view class="auth-bottom">
- <view bindtap="goCloseMyqr" class="auth-skip">跳过授权</view>
- <view class="auth-confirm">
- <button open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber" class="auth-btn">确认授权
- </button>
- </view>
- </view>
- </view>
- </view>
|