This commit is contained in:
2022-01-14 16:42:54 +08:00
parent 623709bfff
commit 85847171d4
4 changed files with 169 additions and 190 deletions

View File

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