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