Commit b3cc350bb19408bf00cdfdf0a37a90e3794fa0ad
1 parent
97568907
Revert "21"
This reverts commit 97568907041f35622968c19e662092ff0c0dfcce.
Showing
1 changed file
with
1 additions
and
1 deletions
packageA/pages/quan_list/quan_list.js
@@ -29,7 +29,7 @@ Page({ | @@ -29,7 +29,7 @@ Page({ | ||
29 | if(first_leader){ | 29 | if(first_leader){ |
30 | //-- user_id代过来免登录 -- | 30 | //-- user_id代过来免登录 -- |
31 | getApp().globalData.first_leader=first_leader; | 31 | getApp().globalData.first_leader=first_leader; |
32 | - //调用接口判断是不是会员 11 | 32 | + //调用接口判断是不是会员 |
33 | getApp().request.promiseGet("/api/weshop/shoppingGuide/get/"+os.stoid+"/"+first_leader,{}).then(res=>{ | 33 | getApp().request.promiseGet("/api/weshop/shoppingGuide/get/"+os.stoid+"/"+first_leader,{}).then(res=>{ |
34 | if(res.data.code==0){ | 34 | if(res.data.code==0){ |
35 | getApp().globalData.guide_id=res.data.data.id; | 35 | getApp().globalData.guide_id=res.data.data.id; |