From d40b9b8b634d6e8945a9d0b76dd42dbde5b314f6 Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 12 Jun 2023 17:32:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E5=8F=91=E9=80=81=E8=8C=83?= =?UTF-8?q?=E5=9B=B4=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../qianxinan/AppCooperationPropaganda/addPropaganda.vue | 2 +- src/project/qianxinan/AppCooperationPropaganda/sendScoped.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/project/qianxinan/AppCooperationPropaganda/addPropaganda.vue b/src/project/qianxinan/AppCooperationPropaganda/addPropaganda.vue index 30cbc1bd..4e8a5564 100644 --- a/src/project/qianxinan/AppCooperationPropaganda/addPropaganda.vue +++ b/src/project/qianxinan/AppCooperationPropaganda/addPropaganda.vue @@ -682,7 +682,7 @@ export default { }, onShow() { this.form.wxGroups = uni.getStorageSync('wxGroupsUser') || [] - this.form.sendScope = uni.getStorageSync('sendScope') + // this.form.sendScope = uni.getStorageSync('sendScope') if(this.type=='Residents') { this.forms.taskType = 1 this.forms.sendScope = this.form.sendScope diff --git a/src/project/qianxinan/AppCooperationPropaganda/sendScoped.vue b/src/project/qianxinan/AppCooperationPropaganda/sendScoped.vue index 2ee948f2..811ef84c 100644 --- a/src/project/qianxinan/AppCooperationPropaganda/sendScoped.vue +++ b/src/project/qianxinan/AppCooperationPropaganda/sendScoped.vue @@ -54,7 +54,7 @@ export default { uni.navigateTo({url: `./scopedSelect?type=${e.value}&sendType=${this.sendType}`}) } this.sendScope = e.value; - uni.setStorageSync('sendScope', this.sendScope) + // uni.setStorageSync('sendScope', this.sendScope) }, submit() { this.$loading()