This commit is contained in:
weipengfei 2024-04-09 09:54:14 +08:00
parent 024c8226a2
commit 2ff122ebae

View File

@ -557,7 +557,7 @@
methods: {
initData(re = false, stop = false) {
if (!stop) this.getStoreCategory();
if (this.tabsCurr == 2 && this.subCurr == 0) this.storeMerchantList(re, stop);
if (this.tabsCurr == 2 && this.subCurr == 1) this.storeMerchantList(re, stop);
else this.getProductslist(re, stop);
},
changeDeduction(e) {