Authored by 邱骏

排队页提示增加透明背景

@@ -106,7 +106,8 @@ @@ -106,7 +106,8 @@
106 </block> 106 </block>
107 107
108 <!--弹出消息框--> 108 <!--弹出消息框-->
109 - <view class='msg-container' hidden='{{!showMsg ? true : false}}'> 109 + <view class='msg-wrapper' hidden='{{!showMsg ? true: false}}'>
  110 + <view class='msg-container'>
110 <block wx:if='{{userInfo.sort}}'><!--用户有排队信息的情况下--> 111 <block wx:if='{{userInfo.sort}}'><!--用户有排队信息的情况下-->
111 <block wx:if='{{activityInfo.isDrawEnd}}'><!--如果活动结束,并开奖--> 112 <block wx:if='{{activityInfo.isDrawEnd}}'><!--如果活动结束,并开奖-->
112 <block wx:if='{{userInfo.isLucky}}'><!--中奖弹框--> 113 <block wx:if='{{userInfo.isLucky}}'><!--中奖弹框-->
@@ -154,6 +155,7 @@ @@ -154,6 +155,7 @@
154 </view> 155 </view>
155 </block> 156 </block>
156 </view> 157 </view>
  158 + </view>
157 <form bindsubmit='submitFormId' report-submit='true'> 159 <form bindsubmit='submitFormId' report-submit='true'>
158 <button wx:if="{{activityInfo.isBegin === 1 && userInfo.isDrawline && !activityInfo.isEnd}}" class='invite-button' hidden='{{hideInviteButton}}' form-type='submit' bindtap='inviteFriends'> 160 <button wx:if="{{activityInfo.isBegin === 1 && userInfo.isDrawline && !activityInfo.isEnd}}" class='invite-button' hidden='{{hideInviteButton}}' form-type='submit' bindtap='inviteFriends'>
159 邀请好友助力排队 161 邀请好友助力排队
@@ -373,6 +373,16 @@ image { @@ -373,6 +373,16 @@ image {
373 height: 100%; 373 height: 100%;
374 } 374 }
375 375
  376 +.msg-wrapper {
  377 + position: fixed;
  378 + left: 0;
  379 + top: 0;
  380 + width: 100%;
  381 + height: 100%;
  382 + background-color: rgba(0, 0, 0, 0.4);
  383 + z-index: 19;
  384 +}
  385 +
376 .msg-container { 386 .msg-container {
377 display: flex; 387 display: flex;
378 position: fixed; 388 position: fixed;
@@ -385,7 +395,7 @@ image { @@ -385,7 +395,7 @@ image {
385 top: 376rpx; 395 top: 376rpx;
386 border-radius: 10rpx; 396 border-radius: 10rpx;
387 background-color: #fff; 397 background-color: #fff;
388 - z-index: 19; 398 + z-index: 20;
389 } 399 }
390 400
391 .msg-container form { 401 .msg-container form {
@@ -68,7 +68,7 @@ @@ -68,7 +68,7 @@
68 "id": -1, 68 "id": -1,
69 "name": "限定商品排队", 69 "name": "限定商品排队",
70 "pathName": "pages/queue/index", 70 "pathName": "pages/queue/index",
71 - "query": "actId=388" 71 + "query": "actId=384"
72 }, 72 },
73 { 73 {
74 "id": 5, 74 "id": 5,