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) } }