From e4b7646da9db15d2bc5cd66aafb88e8fe7d57ed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=81=E6=9D=B0?= <727475508@qq.com> Date: Tue, 7 Apr 2026 16:36:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E5=95=86=E5=AE=B6=E7=9A=84?= =?UTF-8?q?=E4=B8=8A=E9=97=A8=E6=8F=90=E9=86=92=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .hbuilderx/launch.json | 2 +- pages/shop/add-service.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index 3e2665e..6531799 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -2,7 +2,7 @@ "version" : "1.0", "configurations" : [ { - "customPlaygroundType" : "device", + "customPlaygroundType" : "local", "playground" : "custom", "type" : "uni-app:app-ios" }, diff --git a/pages/shop/add-service.vue b/pages/shop/add-service.vue index d0924ac..f988aeb 100644 --- a/pages/shop/add-service.vue +++ b/pages/shop/add-service.vue @@ -391,9 +391,9 @@ } // 判断是否显示上门提醒弹窗 const notShow = uni.getStorageSync('addServiceReminderNotShow'); - if (!notShow) { - this.showReminderPopup = true; - } + // if (!notShow) { + // this.showReminderPopup = true; + // } this.getUserInfo(); }, computed: {