换空格
This commit is contained in:
@@ -746,7 +746,7 @@ export default {
|
|||||||
let arr = uni.getStorageSync('checkedList')?.filter(e => e.type == 0) || []
|
let arr = uni.getStorageSync('checkedList')?.filter(e => e.type == 0) || []
|
||||||
if (arr.length) {
|
if (arr.length) {
|
||||||
let arrStr = arr.map(i => i.content)
|
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)
|
uni.setStorageSync('checkedList', this.checkedList)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user