Quellcode durchsuchen

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

28169 vor 1 Jahr
Ursprung
Commit
56b55b5a4a
1 geänderte Dateien mit 7 neuen und 4 gelöschten Zeilen
  1. 7 4
      src/xt_pages/user/Sitemap.vue

+ 7 - 4
src/xt_pages/user/Sitemap.vue Datei anzeigen

287
       obj_a:{a_markNum:'',a_left:'',a_top:''},//助辅工具a的对象
287
       obj_a:{a_markNum:'',a_left:'',a_top:''},//助辅工具a的对象
288
       obj_v:{v_markNum:'',v_left:'',v_top:''},//助辅工具v的对象
288
       obj_v:{v_markNum:'',v_left:'',v_top:''},//助辅工具v的对象
289
 
289
 
290
-      // A_left:390,//A端X
291
-      // A_top:180,//A端Y
290
+      // A_left:390,
291
+      // A_top:180,
292
       a_num:1,//控制a端是否显示和高亮
292
       a_num:1,//控制a端是否显示和高亮
293
 
293
 
294
-      // V_left:184,//V端X
295
-      // V_top:180,//V端Y
294
+      // V_left:0,
295
+      // V_top:0
296
       v_num:1,//控制v端是否显示和高亮
296
       v_num:1,//控制v端是否显示和高亮
297
 
297
 
298
       text_arr:[],//文本框
298
       text_arr:[],//文本框
1095
               this.is_img_a = false
1095
               this.is_img_a = false
1096
             }
1096
             }
1097
 
1097
 
1098
+            // for(let i=0;i<this.Aarr.length;i++){
1099
+            //   if(this.Aarr[i].markNum==sitemap.)
1100
+            // }
1098
             this.id = sitemap.id
1101
             this.id = sitemap.id
1099
 
1102
 
1100
             this.A_top = sitemap.a_top?sitemap.a_top:0
1103
             this.A_top = sitemap.a_top?sitemap.a_top:0