28169 hace 1 año
padre
commit
7219c0340a
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/xt_pages/user/Sitemap.vue

+ 2 - 1
src/xt_pages/user/Sitemap.vue Ver fichero

@@ -472,6 +472,7 @@ export default{
472 472
       var Alen=this.A_arr
473 473
       // var Vlen=this.V_arr
474 474
       // var textlen=this.text_arr
475
+
475 476
       var fx_alen=this.fangxiangA
476 477
       var fx_vlen=this.fangxiangV
477 478
       var aleng=this.Aarr
@@ -1044,7 +1045,7 @@ export default{
1044 1045
          a_left:this.A_right,
1045 1046
          a_top:this.A_top?this.A_top:0,
1046 1047
          v_left:this.V_right,
1047
-         v_top:this.V_top,
1048
+         v_top:this.V_top?this.V_top:0,
1048 1049
          text_arr:this.text_arr,
1049 1050
          text_left:this.text_left,
1050 1051
          text_top:this.text_top,