Authored by 邱骏

排队页提示增加透明背景

... ... @@ -106,7 +106,8 @@
</block>
<!--弹出消息框-->
<view class='msg-container' hidden='{{!showMsg ? true : false}}'>
<view class='msg-wrapper' hidden='{{!showMsg ? true: false}}'>
<view class='msg-container'>
<block wx:if='{{userInfo.sort}}'><!--用户有排队信息的情况下-->
<block wx:if='{{activityInfo.isDrawEnd}}'><!--如果活动结束,并开奖-->
<block wx:if='{{userInfo.isLucky}}'><!--中奖弹框-->
... ... @@ -154,6 +155,7 @@
</view>
</block>
</view>
</view>
<form bindsubmit='submitFormId' report-submit='true'>
<button wx:if="{{activityInfo.isBegin === 1 && userInfo.isDrawline && !activityInfo.isEnd}}" class='invite-button' hidden='{{hideInviteButton}}' form-type='submit' bindtap='inviteFriends'>
邀请好友助力排队
... ...
... ... @@ -373,6 +373,16 @@ image {
height: 100%;
}
.msg-wrapper {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
z-index: 19;
}
.msg-container {
display: flex;
position: fixed;
... ... @@ -385,7 +395,7 @@ image {
top: 376rpx;
border-radius: 10rpx;
background-color: #fff;
z-index: 19;
z-index: 20;
}
.msg-container form {
... ...
... ... @@ -68,7 +68,7 @@
"id": -1,
"name": "限定商品排队",
"pathName": "pages/queue/index",
"query": "actId=388"
"query": "actId=384"
},
{
"id": 5,
... ...