Commit 598d00405c64eb53391908a892076b6bfa7627ea

Authored by yvan.ni
1 parent 356aacfb

stoid入参

packageA/pages/distribution/myteam/myteam.js
... ... @@ -32,7 +32,7 @@ Page({
32 32 });
33 33 });
34 34  
35   - app.request.promiseGet('/api/weshop/storeDistribut/get/1',{
  35 + app.request.promiseGet('/api/weshop/storeDistribut/get/'+app.globalData.setting.stoid,{
36 36 }).then(res=>{
37 37 if(res.data.code==0 && res.data.data){
38 38 if(res.data.data.firstName) self.data.tabArr[0]=res.data.data.firstName;
... ...