Commit 0fac75fdf49f1d36606b2d75169cb15f25e3ac0f

Authored by 王强
1 parent e5a37778

新版优选库——优选页面商品列表更换接口~

src/pages/optimization2/optimization2.vue
... ... @@ -459,7 +459,7 @@
459 459 this.$set(this.shopGoodsLists, 'loadingNow', true);
460 460  
461 461 // 请求接口
462   - this.http("/Api/" + this.getApiVersion().index + "/shopGoodsList", {
  462 + this.http("/Api/" + this.getApiVersion().index + "/shopNewGoodsList", {
463 463 page: this.shopGoodsLists.page
464 464 }, this.shopGoodsListCallback, {
465 465 method: "POST"
... ...