Commit 598d00405c64eb53391908a892076b6bfa7627ea
1 parent
356aacfb
stoid入参
Showing
1 changed file
with
1 additions
and
1 deletions
packageA/pages/distribution/myteam/myteam.js
@@ -32,7 +32,7 @@ Page({ | @@ -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 | }).then(res=>{ | 36 | }).then(res=>{ |
37 | if(res.data.code==0 && res.data.data){ | 37 | if(res.data.code==0 && res.data.data){ |
38 | if(res.data.data.firstName) self.data.tabArr[0]=res.data.data.firstName; | 38 | if(res.data.data.firstName) self.data.tabArr[0]=res.data.data.firstName; |