hookehuyr

fix

......@@ -2,7 +2,7 @@
* @Author: hookehuyr hookehuyr@gmail.com
* @Date: 2022-05-26 23:52:36
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-12-25 16:00:31
* @LastEditTime: 2024-12-25 18:13:56
* @FilePath: /data-table/src/App.vue
* @Description:
-->
......@@ -162,7 +162,7 @@ onMounted(async () => {
wx.config(wxJs.data);
wx.ready(() => {
wx.showAllNonBaseMenuItem();
// TEST:判断定位填表功能, 可能会弹出来上一次的表单提示,因为如果定位正确时还是需要恢复相应的表单
// TAG:判断定位填表功能, 可能会弹出来上一次的表单提示,因为如果定位正确时还是需要恢复相应的表单
let open_location = form_setting.geofence_enable;
if (force_back !== '1' && open_location) { // 非后台用户模式
const targetLat = form_setting.geofence_center_latitude;
......