Commit 9b5fba64 authored by 吴颖's avatar 吴颖

Merge branch 'wuying' into 'master'

Wuying

See merge request !72
parents 93efcbc1 f5007795
...@@ -91,7 +91,7 @@ App({ ...@@ -91,7 +91,7 @@ App({
data: { data: {
encryptedData: encodeURIComponent(info.encryptedData), encryptedData: encodeURIComponent(info.encryptedData),
iv: encodeURIComponent(info.iv), iv: encodeURIComponent(info.iv),
token: wx.getStorageSync('token') token: that.globalData.token
}, },
header: { header: {
'app': 'coach' 'app': 'coach'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment