正在显示
3 个修改的文件
包含
5 行增加
和
2 行删除
@@ -115,8 +115,8 @@ Page({ | @@ -115,8 +115,8 @@ Page({ | ||
115 | lng: this.data.longitude, | 115 | lng: this.data.longitude, |
116 | }; | 116 | }; |
117 | app.post(url, params, header).then((res) => { | 117 | app.post(url, params, header).then((res) => { |
118 | - // console.log('打卡结果', res); | ||
119 | - if (+res.is_success) { | 118 | + console.log('打卡结果', res); |
119 | + if (res.data.is_success) { | ||
120 | this.setData({ | 120 | this.setData({ |
121 | punchState: false, | 121 | punchState: false, |
122 | 'state_data.is_showSuccessModal': true, | 122 | 'state_data.is_showSuccessModal': true, |
@@ -41,6 +41,7 @@ Page({ | @@ -41,6 +41,7 @@ Page({ | ||
41 | "XX-token": wx.getStorageSync('token') | 41 | "XX-token": wx.getStorageSync('token') |
42 | }; | 42 | }; |
43 | let params = { | 43 | let params = { |
44 | + is_order_detail: 1, | ||
44 | page: this.data.page_number, | 45 | page: this.data.page_number, |
45 | }; | 46 | }; |
46 | app.post(url,params,header).then((res) => { | 47 | app.post(url,params,header).then((res) => { |
@@ -21,6 +21,7 @@ Page({ | @@ -21,6 +21,7 @@ Page({ | ||
21 | wx.hideLoading() | 21 | wx.hideLoading() |
22 | }, 1000); | 22 | }, 1000); |
23 | }else { | 23 | }else { |
24 | + console.log(22); | ||
24 | wx.checkSession({ | 25 | wx.checkSession({ |
25 | success: function () { | 26 | success: function () { |
26 | console.log('未过期'); | 27 | console.log('未过期'); |
@@ -59,6 +60,7 @@ Page({ | @@ -59,6 +60,7 @@ Page({ | ||
59 | wx.login({ | 60 | wx.login({ |
60 | success: function (res) { | 61 | success: function (res) { |
61 | // console.log(res) | 62 | // console.log(res) |
63 | + console.log(11); | ||
62 | app.post(url, { | 64 | app.post(url, { |
63 | code: res.code | 65 | code: res.code |
64 | }, {}).then((ret) => { | 66 | }, {}).then((ret) => { |
-
请 注册 或 登录 后发表评论