取消商家的上门提醒弹窗

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", "version" : "1.0",
"configurations" : [ "configurations" : [
{ {
"customPlaygroundType" : "device", "customPlaygroundType" : "local",
"playground" : "custom", "playground" : "custom",
"type" : "uni-app:app-ios" "type" : "uni-app:app-ios"
}, },

View File

@ -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: {