Преглед изворни кода

7月29,血管通路问题

yq1 пре 8 месеци
родитељ
комит
81bd010219
1 измењених фајлова са 5 додато и 5 уклоњено
  1. 5 5
      src/xt_pages/user/Sitemap.vue

+ 5 - 5
src/xt_pages/user/Sitemap.vue Прегледај датотеку

@@ -21,7 +21,7 @@
21 21
         <div style="width:47%;border:1px solid #ddd;padding: 5px;" id="print_mark_img"  ref="imageContainer">
22 22
           <div id="point_mark_img_wrap1" class="print_main_content" style="width: 100%;padding: 0;border: 0;" ref="imageWrapper">
23 23
 
24
-            <img v-if="fileList[0].img_url==0" id="ossPointMarkImg" src="@/assets/evaluate/xgtl-tool-tips.jpg" alt="" srcset="">
24
+            <img v-if="fileList[0].img_url==''" id="ossPointMarkImg" src="@/assets/evaluate/xgtl_default.png" alt="" srcset="">
25 25
           
26 26
            <img v-if="fileList[0].img_url!=''" id="ossPointMarkImg" :src="fileList[0].img_url" alt="" srcset="">
27 27
           
@@ -632,10 +632,10 @@ export default{
632 632
         fuzhuA.style.left = moveX + "px";
633 633
         fuzhuA.style.top = moveY + "px";
634 634
         for(let i=0;i<FZ_alen.length;i++){
635
-          if(e.target.id=='jinzhen-jiaodu-target-A'){
635
+          //if(e.target.id=='jinzhen-jiaodu-target-A'){
636 636
             FZ_alen[i].a_left=moveX
637 637
             FZ_alen[i].a_top=moveY
638
-          }
638
+          //}
639 639
         }
640 640
       }
641 641
       document.onmouseup =() =>{
@@ -657,10 +657,10 @@ export default{
657 657
         fuzhuV.style.left = moveX + "px";
658 658
         fuzhuV.style.top = moveY + "px";
659 659
         for(let i=0;i<FZ_vlen.length;i++){
660
-          if(e.target.id=='jinzhen-jiaodu-target-V'){
660
+          //if(e.target.id=='jinzhen-jiaodu-target-V'){
661 661
             FZ_vlen[i].v_left=moveX
662 662
             FZ_vlen[i].v_top=moveY
663
-          }
663
+          //}
664 664
         }
665 665
       }
666 666
       document.onmouseup =() =>{