Browse Source

9月7日杨青

杨青 1 year ago
parent
commit
00fc16d88e
1 changed files with 10 additions and 10 deletions
  1. 10 10
      src/xt_pages/user/Sitemap.vue

+ 10 - 10
src/xt_pages/user/Sitemap.vue View File

@@ -394,15 +394,15 @@ export default{
394 394
      for(let i=0;i<this.Aarr.length;i++){
395 395
       // if(this.A_left[i].a_num=1){
396 396
       if(this.Aarr[i].markNum==val){
397
-        if(this.A_left[i].a_num==1){
397
+        if(this.A_right[i].a_num==1){
398 398
           this.Aarr[i].status=2
399
-          console.log('24444',this.A_left[i].a_num);
400
-          return this.A_left[i].a_num=2
399
+          console.log('24444',this.A_right[i].a_num);
400
+          return this.A_right[i].a_num=2
401 401
         }
402 402
         else{
403
-          console.log('2312',this.A_left[i].a_num);
403
+          console.log('2312',this.A_right[i].a_num);
404 404
           this.Aarr[i].status=1
405
-          return this.A_left[i].a_num=1
405
+          return this.A_right[i].a_num=1
406 406
         }
407 407
       }
408 408
      }
@@ -411,15 +411,15 @@ export default{
411 411
      for(let i=0;i<this.Varr.length;i++){
412 412
       // if(this.A_left[i].a_num=1){
413 413
         if(this.Varr[i].markNum==val){
414
-          if(this.V_left[i].v_num==1){
414
+          if(this.V_right[i].v_num==1){
415 415
             this.Varr[i].status=2
416
-            console.log('24444',this.V_left[i].v_num);
417
-            return this.V_left[i].v_num=2
416
+            console.log('24444',this.V_right[i].v_num);
417
+            return this.V_right[i].v_num=2
418 418
           }
419 419
           else{
420
-            console.log('2312',this.V_left[i].v_num);
420
+            console.log('2312',this.V_right[i].v_num);
421 421
             this.Varr[i].status=1
422
-           return this.V_left[i].v_num=1
422
+           return this.V_right[i].v_num=1
423 423
           }
424 424
         }
425 425
       // }