Commit 0871312ddc034814384bc4b3a7a3ef0ffb1d520b

Authored by 泉州测试
1 parent 9d3dbc4d

fix拼团商品页接口异常

pages/goods/goodsInfo/goodsInfo.js
@@ -370,7 +370,7 @@ Page({ @@ -370,7 +370,7 @@ Page({
370 } 370 }
371 371
372 //调用接口判断商家plus有没有过期 372 //调用接口判断商家plus有没有过期
373 - i.promiseGet("/store/storemoduleendtime/page?store_id=" + os.stoid + "&type=3", {}).then(res => { 373 + getApp().request.promiseGet("/store/storemoduleendtime/page?store_id=" + os.stoid + "&type=3", {}).then(res => {
374 if (res.data.code == 0) { 374 if (res.data.code == 0) {
375 var arr = res.data.data.pageData; 375 var arr = res.data.data.pageData;
376 if (arr.length > 0) { 376 if (arr.length > 0) {