Commit b05abca13606f137af97174cb56023c4101370e2

Authored by zhiyangdu
1 parent 4d2efd26

健康商城联调

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