...
|
...
|
@@ -115,8 +115,8 @@ Page({ |
|
|
lng: this.data.longitude,
|
|
|
};
|
|
|
app.post(url, params, header).then((res) => {
|
|
|
// console.log('打卡结果', res);
|
|
|
if (+res.is_success) {
|
|
|
console.log('打卡结果', res);
|
|
|
if (res.data.is_success) {
|
|
|
this.setData({
|
|
|
punchState: false,
|
|
|
'state_data.is_showSuccessModal': true,
|
...
|
...
|
|