From d6e51b776dfe5cfb575610f423238f98b5e58b94 Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期一, 22 四月 2024 15:35:55 +0800
Subject: [PATCH] fix: 修改页面

---
 src/components/page/IndexXTYH.vue |   22 +++-------------------
 1 files changed, 3 insertions(+), 19 deletions(-)

diff --git a/src/components/page/IndexXTYH.vue b/src/components/page/IndexXTYH.vue
index 3e9c0d0..94440a3 100644
--- a/src/components/page/IndexXTYH.vue
+++ b/src/components/page/IndexXTYH.vue
@@ -100,7 +100,7 @@
           width="100%">
         <div class="again-dialog-main">
           <h1>
-            鎮ㄥ凡鍙戣捣杩囨璁㈠崟缂磋垂鐢宠锛屽纭缂磋垂鎴愬姛锛岃鍘熷湴绛夊緟鎶潌锛屽缂磋垂鏈垚鍔燂紝璇风户缁敮浠�
+            鎮ㄥ凡鍙戣捣杩囨璁㈠崟缂磋垂鐢宠锛屽纭缂磋垂鎴愬姛锛岃鍘熷湴绛夊緟鎶潌鎴栬仈绯荤鐞嗗憳锛屽缂磋垂鏈垚鍔燂紝璇风户缁敮浠�
           </h1>
         </div>
         <span slot="footer" class="dialog-footer">
@@ -182,12 +182,8 @@
     for(var i=0;i<cs_arr.length;i++){
       cs[cs_arr[i].split('=')[0]] = cs_arr[i].split('=')[1]
     }
-    // console.log(cs,'鎴戞槸cs=====')
-    // this.outParkId = cs.code;
     this.code2 = cs.code2;
     this.code = cs.code;
-    // console.log(this.code2,'this.code2=====2')
-    // console.log(this.code,'this.code=====1')
     //鍒濆鍖栬烦杞� 39 鏈嶅姟鍣�
     if(this.code2 == null || this.code2 == ''){
       // this.$message({
@@ -196,8 +192,8 @@
       //   duration:1000,
       // });
       window.location.href = "http://hesuancj.cn/#/index2?code2="+cs.code  //姝e紡
-      // window.location.href = "http://192.168.0.8:8082/#/IndexXTYH39?code2="+cs.code   //娴嬭瘯鐢ㄧ殑
-      // setTimeout(function(){window.location.href = "http://192.168.0.8:8082/#/IndexXTYH39?code2="+cs.code},1000);
+      //window.location.href = "http://192.168.0.40:8080/#/IndexXTYH39?code2="+cs.code   //娴嬭瘯鐢ㄧ殑
+      //window.location.href = "http://60.0.121.40:8889/#/IndexXTYH39?code2="+cs.code   //娴嬭瘯鐢ㄧ殑
       return;
     }
     if(this.code != null && this.code != '') {
@@ -222,21 +218,9 @@
           if(!this.statisticData.enterTime) {  //娌℃湁鍏ュ満
             this.isShowjiaofei = false
             this.tishiDialogVisiable = true
-            // this.$message({
-            //   showClose: false,
-            //   duration:0,
-            //   type: 'success',
-            //   message: '鍏ュ満寮傚父锛岃鑱旂郴绠$悊鍛�'
-            // });
           }else if(this.statisticData.enterTime && (!this.statisticData.price || this.statisticData.price == 0)) { //閲戦涓�0
             this.isShowjiaofei = false
             this.tishiDialogVisiable2 = true
-            // this.$message({
-            //   showClose: false,
-            //   duration:0,
-            //   type: 'success',
-            //   message: '鏃犻渶缂磋垂锛岃鍘熷湴绛夊緟锛屾垨鑱旂郴绠$悊鍛�'
-            // });
           }else {
             this.isShowjiaofei = true
           }

--
Gitblit v1.9.1