Commit 6f7bbc6e7594e636959da0318e9dbca01204cd20

Authored by zhiyangdu
1 parent 80613a85

shop_id字段更改

src/components/tabBox/tabBox.vue
@@ -154,7 +154,7 @@ @@ -154,7 +154,7 @@
154 154
155 // 请求接口 155 // 请求接口
156 this.http("/Api/" + (this.getApiVersion().index) + "/shopGoodsList", { 156 this.http("/Api/" + (this.getApiVersion().index) + "/shopGoodsList", {
157 - shop_id: this.tabbar[2].shop_id, 157 + shopId: this.tabbar[2].shop_id,
158 page: page 158 page: page
159 }, this.shopRecommendGoodsCallback, { 159 }, this.shopRecommendGoodsCallback, {
160 method: "POST" 160 method: "POST"