取消商家的上门提醒弹窗
This commit is contained in:
parent
b963e6a182
commit
e4b7646da9
|
|
@ -2,7 +2,7 @@
|
||||||
"version" : "1.0",
|
"version" : "1.0",
|
||||||
"configurations" : [
|
"configurations" : [
|
||||||
{
|
{
|
||||||
"customPlaygroundType" : "device",
|
"customPlaygroundType" : "local",
|
||||||
"playground" : "custom",
|
"playground" : "custom",
|
||||||
"type" : "uni-app:app-ios"
|
"type" : "uni-app:app-ios"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -391,9 +391,9 @@
|
||||||
}
|
}
|
||||||
// 判断是否显示上门提醒弹窗
|
// 判断是否显示上门提醒弹窗
|
||||||
const notShow = uni.getStorageSync('addServiceReminderNotShow');
|
const notShow = uni.getStorageSync('addServiceReminderNotShow');
|
||||||
if (!notShow) {
|
// if (!notShow) {
|
||||||
this.showReminderPopup = true;
|
// this.showReminderPopup = true;
|
||||||
}
|
// }
|
||||||
this.getUserInfo();
|
this.getUserInfo();
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue