Ver código fonte

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

28169 1 ano atrás
pai
commit
56b55b5a4a
1 arquivos alterados com 7 adições e 4 exclusões
  1. 7 4
      src/xt_pages/user/Sitemap.vue

+ 7 - 4
src/xt_pages/user/Sitemap.vue Ver arquivo

@@ -287,12 +287,12 @@ export default{
287 287
       obj_a:{a_markNum:'',a_left:'',a_top:''},//助辅工具a的对象
288 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 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 296
       v_num:1,//控制v端是否显示和高亮
297 297
 
298 298
       text_arr:[],//文本框
@@ -1095,6 +1095,9 @@ export default{
1095 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 1101
             this.id = sitemap.id
1099 1102
 
1100 1103
             this.A_top = sitemap.a_top?sitemap.a_top:0