From f560bcb69d034b11dbcb4e260d6d7afb95406565 Mon Sep 17 00:00:00 2001 From: cjl520cy <8149487+cy250cy-520@user.noreply.gitee.com> Date: Mon, 20 Apr 2026 10:41:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B7=BB=E5=8A=A0=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E9=94=99=E8=AF=AF=E7=9A=84=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/artisan/add-service.vue | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/pages/artisan/add-service.vue b/pages/artisan/add-service.vue index bbba759..4fe750c 100644 --- a/pages/artisan/add-service.vue +++ b/pages/artisan/add-service.vue @@ -364,19 +364,6 @@ > - - - - - 提示 - 此服务是需要上门服务的哦~ - - 不再提示 - 我已知晓 - - - - @@ -402,7 +389,6 @@ export default { }, data() { return { - showReminderPopup: false, artisanType: getApp().globalData.artisanType, nowQer: "xc", progress: 0, @@ -474,11 +460,6 @@ export default { this.serviceTypes = this.serviceTypes.concat(res.data); }); } - // 判断是否显示上门提醒弹窗 - const notShow = uni.getStorageSync('addServiceReminderNotShow'); - if (!notShow) { - this.showReminderPopup = true; - } this.getUserInfo(); }, computed: { @@ -575,14 +556,6 @@ export default { return true; }, - - closeReminderPopup(notShowAgain) { - console.log('关闭弹窗,不再提示:', notShowAgain); - if (notShowAgain) { - uni.setStorageSync('addServiceReminderNotShow', true); - } - this.showReminderPopup = false; - }, goImgAndText() { uni.navigateTo({ url: `/pages/shop/add-img-text?list=${this.formData.graphic_details}`,