Commit f883851f authored by wildfirecode13's avatar wildfirecode13

Merge branch 'master' of gitlab2.dui88.com:wanghongyuan/hello_taobao

parents abc1c9c8 d7b1a59f
......@@ -5,6 +5,7 @@
left: 34rpx;
top: 357rpx;
position: absolute;
z-index: 999;
}
.gong_xi_huo_jiang .cha_cha000 {
width: 72rpx;
......
......@@ -5,6 +5,7 @@
left: 34rpx;
top: 357rpx;
position: absolute;
z-index: 999;
}
.gou_mai_ji_lu32 .cha_cha102 {
width: 72rpx;
......
......@@ -5,6 +5,7 @@
left: 40rpx;
top: 482rpx;
position: absolute;
z-index: 999;
}
.hui_yuan .cha_cha4582 {
width: 72rpx;
......
......@@ -5,6 +5,7 @@
left: 34rpx;
top: 357rpx;
position: absolute;
z-index: 999;
}
.you_xi_gui_ze27 .cha_cha123 {
width: 72rpx;
......
......@@ -16,7 +16,7 @@
position: fixed;
width: 100%;
height: 100%;
z-index: 999;
z-index: 99;
background-color: #000;
opacity: 0.7;
}
......
<view class="huo_dong_ye" style="top:{{screentop}}">
<!-- <view class="{{maskVisible ? 'mask' : ''}}"></view> -->
<view class="{{maskVisible ? 'mask' : ''}}"></view>
<image class="di_kao_bei2" src={{resList['66f2b76f-7265-4cb2-9b4d-7e8207ab1d74'].url}} />
<image class="logo" src={{resList['dd7d3a3b-6fcb-427d-8353-da169708bbab'].url}} />
<image onTap="onPrizeBtnClick" class="jiang_pinicon" src={{resList['b7517eae-3bc2-4456-935a-e6e3e1fe995e'].url}} />
......
......@@ -86,12 +86,14 @@ Page({
},
showRuleModal() {
this.setData({
ruleModalVisible: true
ruleModalVisible: true,
maskVisible:true
})
},
ruleModalClose() {
this.setData({
ruleModalVisible: false
ruleModalVisible: false,
maskVisible:false
})
},
......
......@@ -9,7 +9,7 @@
position: fixed;
width: 100%;
height: 100%;
z-index: 999;
z-index: 99;
background-color: #000;
opacity: 0.7;
}
......
......@@ -44,8 +44,8 @@
</view>
</view>
</view>
</view>
<prize-modal a:if="{{prizeVisible}}" onPrizeModalClose="onPrizeModalClose" myPrize="{{myPrize}}"></prize-modal>
<noprize-modal a:if="{{noprizeVisible}}" openPrizeStatus="{{openPrizeStatus}}" onHandleNoPrizeClose="onHandleNoPrizeClose" myPrize="{{myPrize}}"></noprize-modal>
<rule-modal a:if="{{ruleModalVisible}}" onModalClose="ruleModalClose">
<text>{{ruleData}}</text></rule-modal>
\ No newline at end of file
<text>{{ruleData}}</text></rule-modal>
</view>
\ No newline at end of file
<view class="shou_ye">
<view class="{{maskVisible ? 'mask' : ''}}"></view>
<image class="di_kao_bei" src={{resList['66f2b76f-7265-4cb2-9b4d-7e8207ab1d74'].url}} />
<image class="logo" src={{resList['dd7d3a3b-6fcb-427d-8353-da169708bbab'].url}} />
<image class="tu" src={{resList['41567d28-d1c4-454f-8bb4-4bcb6a103be0'].url}} />
......
......@@ -18,7 +18,8 @@ Page({
ruleData: '',
joinCount: '',
endTime: '',
startTime: ''
startTime: '',
maskVisible:false
},
onLoad(query) {
......@@ -66,7 +67,8 @@ Page({
},
showRuleModal() {
this.setData({
ruleModalVisible: true
ruleModalVisible: true,
maskVisible:true
})
},
onPrizeBtnClick() {
......@@ -77,7 +79,8 @@ Page({
ruleModalClose() {
this.setData({
ruleModalVisible: false
ruleModalVisible: false,
maskVisible:false
})
},
async init() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment