send 7.28

This commit is contained in:
2020-07-28 20:47:31 +08:00
parent 208f27aa93
commit b12a3c1722
9 changed files with 743 additions and 345 deletions

View File

@@ -38,7 +38,7 @@ export default {
const res = await this.$u.api.getBrowseList({ page: this.page });
this.timer = false;
if(res.errCode == 0) {
this.historyList = res.data.storeInfo;
this.historyList.push(...res.data.storeInfo);
}
return res.data.storeInfo.length;
},