From af868e72593df2940c68db1288316d4f914e7517 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Wed, 8 Mar 2023 14:57:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8D=A2=E7=A9=BA=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/huizhili/AppCooperationPropaganda/addPropaganda.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project/huizhili/AppCooperationPropaganda/addPropaganda.vue b/src/project/huizhili/AppCooperationPropaganda/addPropaganda.vue index ea7f1f27..2be32936 100644 --- a/src/project/huizhili/AppCooperationPropaganda/addPropaganda.vue +++ b/src/project/huizhili/AppCooperationPropaganda/addPropaganda.vue @@ -746,7 +746,7 @@ export default { let arr = uni.getStorageSync('checkedList')?.filter(e => e.type == 0) || [] if (arr.length) { let arrStr = arr.map(i => i.content) - this.content = this.content.concat(',', arrStr.toString()) + this.content = this.content.concat(' ', arrStr.toString()) uni.setStorageSync('checkedList', this.checkedList) } }