正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -32,8 +32,8 @@ Page({ | @@ -32,8 +32,8 @@ Page({ | ||
32 | code: s.code | 32 | code: s.code |
33 | } | 33 | } |
34 | app.post(url, param).then((res) => { | 34 | app.post(url, param).then((res) => { |
35 | - // console.log(res); | ||
36 | - // console.log(e); | 35 | + console.log(res); |
36 | + console.log(e); | ||
37 | that.login(res.data.openid, res.data.session_key, e.detail.encryptedData, e.detail.iv, e.detail.rawData, e.detail.signature); | 37 | that.login(res.data.openid, res.data.session_key, e.detail.encryptedData, e.detail.iv, e.detail.rawData, e.detail.signature); |
38 | }).catch((errMsg) => { | 38 | }).catch((errMsg) => { |
39 | console.log(errMsg); | 39 | console.log(errMsg); |
-
请 注册 或 登录 后发表评论