bug
This commit is contained in:
@@ -127,14 +127,14 @@ export default {
|
||||
this.startTime = '',
|
||||
this.endTime = '',
|
||||
this.userIdList = []
|
||||
// uni.clearStorageSync('selected')
|
||||
uni.clearStorageSync('userSelect')
|
||||
},
|
||||
|
||||
selectConfirm() {
|
||||
if(this.userIdList.length) {
|
||||
this.userId = this.userIdList[0].userId
|
||||
}
|
||||
|
||||
|
||||
// let arr = this.userIdList
|
||||
// console.log(arr[0],222);
|
||||
// console.log(this.userIdList,111);
|
||||
|
||||
Reference in New Issue
Block a user