去除打印控制台无效代码
This commit is contained in:
@@ -43,12 +43,10 @@ import customHeader from '@/components/customHeader.vue'
|
||||
let checkFlag = ref(false);
|
||||
// 签到
|
||||
let handleCheckIn = () => {
|
||||
console.log("签到")
|
||||
checkFlag.value = true;
|
||||
}
|
||||
// 打卡
|
||||
let handleClockIn = () => {
|
||||
console.log("打卡")
|
||||
checkFlag.value = true;
|
||||
}
|
||||
// 取消
|
||||
@@ -74,8 +72,8 @@ let handleSubmit = () => {
|
||||
/* #ifndef APP-PLUS */
|
||||
height: calc(100vh - 98px);
|
||||
/* #endif */
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
.btn-image {
|
||||
@@ -182,4 +180,4 @@ let handleSubmit = () => {
|
||||
color: #fff;
|
||||
/* padding: 0rpx 60rpx; */
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user