optimzie payment

This commit is contained in:
java110 2023-06-09 17:58:40 +08:00
parent 959dbf3059
commit 4244f7d436

View File

@ -115,7 +115,7 @@
},
_doSelect: function(item) {
this.curCategoryId = item.mainCategoryId;
this.pagefrom =1;
this.pagefrom =0;
this.products=[];
this._loadRecommendProdcut();
}