main
Jing Li 2024-05-01 15:30:43 +08:00
parent 65f923e28d
commit 5c30004bd1
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ class SignController extends Controller
'description' => '已进入考勤范围: ' . $store->title,
]);
}
} elseif ($maxDistance > 0) {
} else {
$data = array_merge($data, [
'enable' => false,
'description' => '请打开手机定位, 并给予APP获取位置信息权限',