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