Commit b05abca13606f137af97174cb56023c4101370e2

Authored by zhiyangdu
1 parent 4d2efd26

健康商城联调

src/pages/healthGoodDetails/healthGoodDetails.vue
... ... @@ -471,7 +471,7 @@ export default {
471 471 // 加载中提示
472 472 Indicator.open("加载中...");
473 473 // 获取证书请求接口
474   - this.http("/Api/" + this.getApiVersion().LuckDraw + "/integralGoodsInfo", {
  474 + this.http("/Api/" + this.getApiVersion().LuckDraw + "/luckGoodsInfo", {
475 475 id: goodsId, // 商品ID
476 476 uid: this.getStore("uid") // 用户ID
477 477 }, this.getGoodsInfoCallback, {
... ...
src/pages/healthMall/healthMall.vue
... ... @@ -112,7 +112,7 @@ export default {
112 112 Indicator.open("加载中...");
113 113  
114 114 // 请求接口
115   - this.http("/Api/" + (this.getApiVersion().LuckDraw) + "/integralMallIndex", {
  115 + this.http("/Api/" + (this.getApiVersion().LuckDraw) + "/integralMallGoods", {
116 116 type: 7,
117 117 page: page || 1
118 118 }, this.getIntegralNewGoodsListCallback, {
... ...