Commit cb0dec573c28e6b11270aeb7f12f24d4ea4d36b8
1 parent
c525464a
stoid的修改
Showing
1 changed file
with
1 additions
and
1 deletions
pages/user/cardinfo/cardinfo.js
@@ -709,7 +709,7 @@ Page({ | @@ -709,7 +709,7 @@ Page({ | ||
709 | //-----立即续费的功能------ | 709 | //-----立即续费的功能------ |
710 | xufei:async function(){ | 710 | xufei:async function(){ |
711 | var th = this,is_card = 0,end_time=0; | 711 | var th = this,is_card = 0,end_time=0; |
712 | - await getApp().request.promiseGet("/store/storemoduleendtime/page?store_id=1&type=3", | 712 | + await getApp().request.promiseGet("/store/storemoduleendtime/page?store_id="+os.stoid+"&type=3", |
713 | {1:1}).then(res => { | 713 | {1:1}).then(res => { |
714 | if (res.data.code == 0) { | 714 | if (res.data.code == 0) { |
715 | end_time=res.data.data.pageData[0].end_time; | 715 | end_time=res.data.data.pageData[0].end_time; |