...
This commit is contained in:
@@ -99,7 +99,7 @@ export default {
|
||||
this.page = this.page + 1;
|
||||
this.getList();
|
||||
} else {
|
||||
if(this.option_ids.length !== this.page){
|
||||
if (this.option_ids.length !== this.page) {
|
||||
this.option_ids.push(this.currentId);
|
||||
this.currentId = '';
|
||||
}
|
||||
@@ -124,8 +124,8 @@ export default {
|
||||
})
|
||||
.catch(err => {
|
||||
uni.showToast({
|
||||
title:err.message
|
||||
})
|
||||
title: err.message
|
||||
});
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user