xiebaomin 1 год назад
Родитель
Сommit
547fc227b5

+ 3 - 0
src/main/resources/static/css/service-settlement/index.css

@@ -77,6 +77,9 @@
         background-color: #FF5B00;
         color: #fff;
     }
+    .el-dialog {
+        display: none !important;
+    }
 }
 
 /**

+ 2 - 2
src/main/resources/static/css/service-settlement/info.css

@@ -114,8 +114,8 @@ body{
         height: 100%;
     }
     .block {
-        width: 36vw;
-        height: 20.6vw;
+        width: 40vw;
+        height: 24.6vw;
     }
 }
 

+ 4 - 1
src/main/resources/static/css/service-settlement/search.css

@@ -59,7 +59,7 @@
         display: flex;
         align-items: center;
         background-color: #F3F5F6;
-        margin-top: 0.8vw;
+        margin-top: 1.3vw;
         cursor: pointer;
         transition: all 0.1s;
     }
@@ -116,6 +116,9 @@
         border-bottom: 1px solid #FF5B00;
         box-sizing: border-box;
     }
+    .el-dialog {
+        display: none !important;
+    }
 }
 
 /**

+ 1 - 1
src/main/resources/static/js/service-settlement/mixins/cmWXjssdk.js

@@ -21,7 +21,7 @@ var wxJssdkMixin = function () {
                     // console.log(nonceStr, timestamp, signature, data.ticket)
                     if (this.isWeChat()) {
                         wx.config({
-                            debug: true, // dev === 'development' 开启调试模式,调用的所有 api 的返回值会在客户端 alert 出来,若要查看传入的参数,可以在 pc 端打开,参数信息会通过 log 打出,仅在 pc 端时才会打印。
+                            debug: false, // dev === 'development' 开启调试模式,调用的所有 api 的返回值会在客户端 alert 出来,若要查看传入的参数,可以在 pc 端打开,参数信息会通过 log 打出,仅在 pc 端时才会打印。
                             appId: 'wx91c4152b60ca91a3', // 必填,公众号的唯一标识
                             timestamp: data.timestamp, // 必填,生成签名的时间戳
                             nonceStr: data.noncestr, // 必填,生成签名的随机串