取消商家的上门提醒弹窗

This commit is contained in:
丁杰 2026-04-07 16:36:16 +08:00
parent b963e6a182
commit e4b7646da9
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
"version" : "1.0",
"configurations" : [
{
"customPlaygroundType" : "device",
"customPlaygroundType" : "local",
"playground" : "custom",
"type" : "uni-app:app-ios"
},

View File

@ -391,9 +391,9 @@
}
//
const notShow = uni.getStorageSync('addServiceReminderNotShow');
if (!notShow) {
this.showReminderPopup = true;
}
// if (!notShow) {
// this.showReminderPopup = true;
// }
this.getUserInfo();
},
computed: {