20 changed files with 223 additions and 153 deletions
@ -1,48 +1,27 @@
@@ -1,48 +1,27 @@
|
||||
<van-popup |
||||
show="{{ show }}" |
||||
wx:if="{{type===1}}" |
||||
custom-style="background: transparent;" |
||||
bind:close="handleClose" |
||||
> |
||||
<van-popup show="{{ show }}" wx:if="{{type===1}}" custom-style="background: transparent;" bind:close="handleClose"> |
||||
<view class="popup1" style="background: url('{{imageUrl}}popup1-bg.png?t={{Timestamp}}') no-repeat top center/100%"> |
||||
<view class="title">关注适中健康微信公众号</view> |
||||
<image |
||||
class="code" |
||||
src="{{imageUrl}}{{params.mpPicture}}" |
||||
show-menu-by-longpress |
||||
></image> |
||||
<image class="code" src="{{imageUrl}}{{params.mpPicture}}" show-menu-by-longpress></image> |
||||
<view class="tip">长按识别二维码关注</view> |
||||
</view> |
||||
</van-popup> |
||||
|
||||
<van-popup |
||||
show="{{ show }}" |
||||
wx:if="{{type===2}}" |
||||
custom-style="background: transparent;" |
||||
bind:close="handleClose" |
||||
> |
||||
<van-popup show="{{ show }}" wx:if="{{type===2}}" custom-style="background: transparent;" bind:close="handleClose"> |
||||
<view class="popup1" style="background: url('{{imageUrl}}popup1-bg.png?t={{Timestamp}}') no-repeat top center/100%"> |
||||
<view class="title">添加我的企业微信</view> |
||||
<image |
||||
class="code" |
||||
src="{{imageUrl}}{{params.qwPicture}}" |
||||
show-menu-by-longpress |
||||
></image> |
||||
<image class="code" src="{{imageUrl}}{{params.qwPicture}}" show-menu-by-longpress></image> |
||||
<view class="tip">长按识别二维码添加</view> |
||||
</view> |
||||
</van-popup> |
||||
|
||||
|
||||
<van-popup |
||||
show="{{ show }}" |
||||
wx:if="{{type===3}}" |
||||
custom-style="background: transparent;" |
||||
bind:close="handleClose" |
||||
> |
||||
<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:tap="handleClose">取消</view> |
||||
<image class="badge" src="{{imageUrl}}badge.png?t={{Timestamp}}" show-menu-by-longpress></image> |
||||
<view class="container"> |
||||
<view class="title">该账号未开通阅读权益</view> |
||||
<view class="tip">此小程序暂时仅供经邀请的企业用户使用,请换个手机号登录以完成身份验证。</view> |
||||
<view class="btn1" bind:tap="handleConform">换个手机号登录</view> |
||||
<view class="btn2" bind:tap="handleClose">取消</view> |
||||
</view> |
||||
</view> |
||||
</van-popup> |
||||
|
After Width: | Height: | Size: 8.9 KiB |
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 14 KiB |
@ -1,3 +1,5 @@
@@ -1,3 +1,5 @@
|
||||
{ |
||||
"usingComponents": {} |
||||
"usingComponents": { |
||||
"van-popup": "@vant/weapp/popup/index" |
||||
} |
||||
} |
||||
|
Loading…
Reference in new issue