diff --git a/packageA/pages/distribution/myteam/myteam.js b/packageA/pages/distribution/myteam/myteam.js index 9371cb2..c664b1a 100644 --- a/packageA/pages/distribution/myteam/myteam.js +++ b/packageA/pages/distribution/myteam/myteam.js @@ -32,7 +32,7 @@ Page({ }); }); - app.request.promiseGet('/api/weshop/storeDistribut/get/1',{ + app.request.promiseGet('/api/weshop/storeDistribut/get/'+app.globalData.setting.stoid,{ }).then(res=>{ if(res.data.code==0 && res.data.data){ if(res.data.data.firstName) self.data.tabArr[0]=res.data.data.firstName;