11111111
This commit is contained in:
@@ -391,6 +391,29 @@
|
||||
</view>
|
||||
|
||||
|
||||
<!-- 结束储存弹框 -->
|
||||
<view class="model" catchtouchmove='preventTouchMove' v-if='showModal5'></view>
|
||||
<view class="modalDlg2" catchtouchmove='preventTouchMove' v-if='showModal5'>
|
||||
|
||||
<view style="display: flex;flex-direction: column;justify-content: center;align-items: center;
|
||||
width: 80%; border-radius: 20px; background: linear-gradient(#FFF4E4, #fff);">
|
||||
|
||||
<image src="../../static/notices.png" style="width: 60px;height: 60px; margin-top: -30px;"
|
||||
mode="scaleToFill"></image>
|
||||
|
||||
<text
|
||||
style="margin-top: 16px;font-size: 18px;color: #101010;font-weight: 600;font-family: sans-serif;">重要提醒</text>
|
||||
<text
|
||||
style="margin-top: 12px;font-size: 14px;color: #333;padding-left: 30px;padding-right: 30px;">您好,云菜窖菜品提货截止日为2024年3月31日,过期后菜品将自动失效,请尽快进行预约提货</text>
|
||||
|
||||
<text style="margin-top: 25px;margin-bottom: 20px;border: 1px #FF9900 solid; color: #FF9900;font-size: 14px;
|
||||
border-radius: 20px;height: 40px; line-height: 40px;padding-left: 30px;padding-right: 30px;"
|
||||
@click="colseDialog5()">我知道了</text>
|
||||
|
||||
</view>
|
||||
|
||||
|
||||
</view>
|
||||
|
||||
|
||||
</view>
|
||||
@@ -410,6 +433,7 @@
|
||||
showModal2: false,
|
||||
showModal3: false,
|
||||
showModal4: false,
|
||||
showModal5: false,
|
||||
scrollHeight: "",
|
||||
scrollLeftTop: "0",
|
||||
scrollRightTop: "0",
|
||||
@@ -480,7 +504,6 @@
|
||||
if (getApp().globalData.mobile == '')
|
||||
this.showModal1 = true
|
||||
|
||||
|
||||
console.log("mobile>>>", getApp().globalData.mobile);
|
||||
|
||||
this.request()
|
||||
@@ -488,6 +511,8 @@
|
||||
this.page.count = 0
|
||||
},
|
||||
onLoad(options) {
|
||||
|
||||
this.showModal5 = true
|
||||
|
||||
this.shareSid = options.shareSid
|
||||
this.orderSid = options.orderSid
|
||||
@@ -772,6 +797,9 @@
|
||||
colseDialog4() {
|
||||
this.showModal4 = false
|
||||
},
|
||||
colseDialog5() {
|
||||
this.showModal5 = false
|
||||
},
|
||||
onShareAppMessage: function(res) {
|
||||
|
||||
_this.showModal3 = false
|
||||
|
||||
Reference in New Issue
Block a user