Commit 97568907041f35622968c19e662092ff0c0dfcce

Authored by WXD-SEASON\season
1 parent 13c7b4c8

21

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 - //调用接口判断是不是会员 32 + //调用接口判断是不是会员 11
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;