hookehuyr

fix

...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 * @Author: hookehuyr hookehuyr@gmail.com 2 * @Author: hookehuyr hookehuyr@gmail.com
3 * @Date: 2022-05-26 23:52:36 3 * @Date: 2022-05-26 23:52:36
4 * @LastEditors: hookehuyr hookehuyr@gmail.com 4 * @LastEditors: hookehuyr hookehuyr@gmail.com
5 - * @LastEditTime: 2024-12-20 17:08:45 5 + * @LastEditTime: 2024-12-20 17:45:57
6 * @FilePath: /data-table/src/App.vue 6 * @FilePath: /data-table/src/App.vue
7 * @Description: 7 * @Description:
8 --> 8 -->
...@@ -162,7 +162,7 @@ onMounted(async () => { ...@@ -162,7 +162,7 @@ onMounted(async () => {
162 wx.config(wxJs.data); 162 wx.config(wxJs.data);
163 wx.ready(() => { 163 wx.ready(() => {
164 wx.showAllNonBaseMenuItem(); 164 wx.showAllNonBaseMenuItem();
165 - // TEST:判断定位填表功能 165 + // TEST:判断定位填表功能, 可能会弹出来上一次的表单提示,因为如果定位正确时还是需要恢复相应的表单
166 let open_location = false; 166 let open_location = false;
167 const targetLat = 31.278001; 167 const targetLat = 31.278001;
168 const targetLng = 121.542778; 168 const targetLng = 121.542778;
......