Commit 60c452b2 authored by Facius's avatar Facius

feat: 蒙层更新

parent a37a9fd3
......@@ -132,7 +132,7 @@
<upload-progress />
<MaskTip
:show="showMask"
imageName="mengceng2.png"
imageName="mengceng2-n.png"
:imageStyle="imageStyle"
name="upload_tip"
/>
......@@ -249,7 +249,7 @@ export default {
return process.uniEnv.qn_base_url + 'weiruzhu.png'
},
imageStyle() {
return 'width:628rpx; margin-top:816rpx; margin-left:122rpx'
return 'width:628rpx; position: fixed; bottom: 56rpx; right: 0'
},
},
onLoad(e) {
......
......@@ -59,14 +59,14 @@
</view>
<MaskTip
:show="showMask"
imageName="mengceng4.png"
imageName="mengceng4-n.png"
:imageStyle="imageStyle"
name="order_tip"
@click="showMask1 = true"
/>
<MaskTip
:show="showMask1"
imageName="mengceng3.png"
imageName="mengceng3-n.png"
:imageStyle="imageStyle1"
name="history_tip"
:timeout="false"
......
......@@ -95,7 +95,7 @@
<!-- <EusingList type="collapse" /> -->
<MaskTip
:show="showMask"
imageName="mengceng1.png"
imageName="mengceng6-n.png"
:imageStyle="imageStyle"
name="today_tip"
/>
......@@ -292,7 +292,7 @@ export default {
return 'margin-top: 100rpx;background-color: #F4F5F7'
},
imageStyle() {
return 'width:546rpx; margin-top:80rpx; margin-left:100rpx'
return 'width:636rpx; margin-top:76rpx; margin-left:10rpx'
}
},
onLoad(e) {
......
......@@ -53,7 +53,7 @@
</view>
<MaskTip
:show="showMask"
imageName="mengceng5.png"
imageName="mengceng5-n.png"
:imageStyle="imageStyle"
name="settlement_tip"
/>
......
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