Commit f5c4b92a6cf0691c86ce2918c79455faf8855ff0
1 parent
928d2dff
测肤报告测肤的bug优化
Showing
1 changed file
with
1 additions
and
2 deletions
packageD/pages/AI-test-skin/success_result/success_result.js
... | ... | @@ -97,10 +97,9 @@ Page({ |
97 | 97 | |
98 | 98 | this.data.id=id; |
99 | 99 | if (first_leader) { |
100 | - console.log("log---".first_leader); | |
101 | 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 | 103 | if (res.data.code == 0) { |
105 | 104 | getApp().globalData.guide_id = res.data.data.id; |
106 | 105 | } | ... | ... |