换空格

This commit is contained in:
shijingjing
2023-03-08 14:57:55 +08:00
parent 7d12c6ac0a
commit af868e7259

View File

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