Commit 6cc9871992b5529c4963f34338001ebc04f1af34
1 parent
b988d311
测肤的bug优化
Showing
1 changed file
with
1 additions
and
1 deletions
packageD/pages/AI-test-skin/success_result/success_result.js
... | ... | @@ -100,7 +100,7 @@ Page({ |
100 | 100 | console.log("log---".first_leader); |
101 | 101 | getApp().globalData.first_leader = first_leader; |
102 | 102 | //调用接口判断是不是会员 |
103 | - getApp().request.promiseGet("/api/weshop/shoppingGuide/get/" + os.stoid + "/" + first_leader, {}).then(res => { | |
103 | + getApp().request.promiseGet("/api/weshop/shoppingGuide/get/" + setting.stoid + "/" + first_leader, {}).then(res => { | |
104 | 104 | if (res.data.code == 0) { |
105 | 105 | getApp().globalData.guide_id = res.data.data.id; |
106 | 106 | } | ... | ... |