|
|
|
@ -4,7 +4,7 @@
@@ -4,7 +4,7 @@
|
|
|
|
|
custom-style="background: transparent;" |
|
|
|
|
bind:close="handleClose" |
|
|
|
|
> |
|
|
|
|
<view class="popup1" style="background: url('/images/popup1-bg.png') no-repeat top center/100%"> |
|
|
|
|
<view class="popup1" style="background: url('{{imageUrl}}popup1-bg.png?t={{Timestamp}}') no-repeat top center/100%"> |
|
|
|
|
<view class="title">关注适中健康微信公众号</view> |
|
|
|
|
<image |
|
|
|
|
class="code" |
|
|
|
@ -21,7 +21,7 @@
@@ -21,7 +21,7 @@
|
|
|
|
|
custom-style="background: transparent;" |
|
|
|
|
bind:close="handleClose" |
|
|
|
|
> |
|
|
|
|
<view class="popup1" style="background: url('/images/popup1-bg.png') no-repeat top center/100%"> |
|
|
|
|
<view class="popup1" style="background: url('{{imageUrl}}popup1-bg.png?t={{Timestamp}}') no-repeat top center/100%"> |
|
|
|
|
<view class="title">添加我的企业微信</view> |
|
|
|
|
<image |
|
|
|
|
class="code" |
|
|
|
@ -31,3 +31,18 @@
@@ -31,3 +31,18 @@
|
|
|
|
|
<view class="tip">长按识别二维码关注</view> |
|
|
|
|
</view> |
|
|
|
|
</van-popup> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<van-popup |
|
|
|
|
show="{{ show }}" |
|
|
|
|
wx:if="{{type===3}}" |
|
|
|
|
custom-style="background: transparent;" |
|
|
|
|
bind:close="handleClose" |
|
|
|
|
> |
|
|
|
|
<view class="popup3"> |
|
|
|
|
<view class="title">该账号未开通阅读权益</view> |
|
|
|
|
<view class="tip">此小程序暂时仅供经邀请的企业用户使用,请换个手机号登录以完成身份验证。</view> |
|
|
|
|
<view class="btn1" bind:tap="handleConform">换个手机号登录</view> |
|
|
|
|
<view class="btn2" bind:close="handleClose">取消</view> |
|
|
|
|
</view> |
|
|
|
|
</van-popup> |
|
|
|
|