fix:更改商品列表默认按销量排行

This commit is contained in:
hufflzp 2026-01-05 15:10:49 +08:00
parent eb6339e2c6
commit b0bbe7ada4

View File

@ -1199,7 +1199,7 @@ export default {
is_activity: 3, is_activity: 3,
}) })
); );
that.getProductList(); that.sortBySaleNum();
} }
}, },
clickListNewProduct: function () { clickListNewProduct: function () {