Commit f5c4b92a6cf0691c86ce2918c79455faf8855ff0

Authored by yvan.ni
1 parent 928d2dff

测肤报告测肤的bug优化

packageD/pages/AI-test-skin/success_result/success_result.js
@@ -97,10 +97,9 @@ Page({ @@ -97,10 +97,9 @@ Page({
97 97
98 this.data.id=id; 98 this.data.id=id;
99 if (first_leader) { 99 if (first_leader) {
100 - console.log("log---".first_leader);  
101 getApp().globalData.first_leader = first_leader; 100 getApp().globalData.first_leader = first_leader;
102 //调用接口判断是不是会员 101 //调用接口判断是不是会员
103 - getApp().request.promiseGet("/api/weshop/shoppingGuide/get/" + os.stoid + "/" + first_leader, {}).then(res => { 102 + getApp().request.promiseGet("/api/weshop/shoppingGuide/get/" + setting.stoid + "/" + first_leader, {}).then(res => {
104 if (res.data.code == 0) { 103 if (res.data.code == 0) {
105 getApp().globalData.guide_id = res.data.data.id; 104 getApp().globalData.guide_id = res.data.data.id;
106 } 105 }