| | |
| | | <script> |
| | | import { todayDate } from '@/utils/util.js'; |
| | | export default { |
| | | onLoad(params) { |
| | | this.punchTheClockObj.tmcoa = params.tmId.toString(); |
| | | this.coalStatus = params.coalStatus; |
| | | }, |
| | | data() { |
| | | return { |
| | | nowTime: '', |
| | |
| | | } |
| | | }; |
| | | }, |
| | | onLoad() { |
| | | onLoad(params) { |
| | | this.punchTheClockObj.tmcoa = params.tmId; |
| | | this.coalStatus = params.coalStatus; |
| | | this.getSetting(); //获取授权 |
| | | this.getFuzzyLocation(); //获取位置 |
| | | this.todayDate(); //当前时间 |
| | |
| | | this.$u.toast('签到成功'); |
| | | setTimeout(() => { |
| | | uni.navigateBack({ |
| | | delta: 1 |
| | | }, |
| | | 500 |
| | | ); |
| | | }); |
| | | delta: 1 |
| | | }); |
| | | }, 1000); |
| | | } else { |
| | | this.$u.toast(res.msg ? res.msg : '签到失败'); |
| | | } |