Commit 86a3dcd8ed1851244de6b76f9c38cff8d6ed3d88
1 parent
a28f1ba8
我的名片修改
Showing
1 changed file
with
1 additions
and
1 deletions
packageA/pages/distribution/card/card.js
| ... | ... | @@ -49,7 +49,7 @@ Page({ |
| 49 | 49 | var user_id=app.globalData.userInfo.user_id; |
| 50 | 50 | // 请求数据 |
| 51 | 51 | wx.getImageInfo({ |
| 52 | - src: os.url+'/api/wx/open/app/user/getWeAppEwm/1?sceneValue='+user_id+'&pageValue=packageA/pages/distribution/shop/shop', | |
| 52 | + src: os.url+'/api/wx/open/app/user/getWeAppEwm/'+os.stoid+'?sceneValue='+user_id+'&pageValue=packageA/pages/distribution/shop/shop', | |
| 53 | 53 | success (res) { |
| 54 | 54 | self.setData({ |
| 55 | 55 | img: res.path, | ... | ... |