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

新版首页修改,网银支付

zhengjinyi пре 1 месец
родитељ
комит
749b3012ae

+ 1 - 1
src/main/resources/static/css/base/base.pc.css

@@ -550,7 +550,7 @@ iframe{width:320px !important;height: 280px !important}
 /* 加载  */
 .loading{box-sizing:border-box;padding:200px 0;text-align:center;}
 .loading.home{position:fixed;z-index:9999;width:100%;height:100%;background:#FFF;}
-.empty{box-sizing:border-box;padding:100px 0;text-align:center;color:#4A4F58;line-height:30px;font-size:16px;}
+.empty{box-sizing:border-box;padding:100px 0;text-align:center;color:#999999;line-height:30px;font-size:16px;border-radius: 8px;overflow: hidden;min-height: 500px;display: flex;justify-content: center;flex-direction: column;align-items: center;}
 .empty img{width:150px;height:150px;}
 .empty a{color:#FF5B00;}
 

+ 4 - 4
src/main/resources/static/css/index/index-pc.css

@@ -368,7 +368,7 @@ li{list-style:none;}
     width: 100%;
     height: 343px;
     box-sizing: border-box;
-    padding: 10px;
+    padding: 10px 12px;
     background-color: #f7f8fc;
     border-radius: 8px;
     display: flex;
@@ -438,11 +438,11 @@ li{list-style:none;}
     align-items: center;
 }
 .section-content-usertop .user-column-b h1{
-    font-size: 14px;
+    font-size: 16px;
     line-height: 26px;
     text-align: left;
-    color: #666666;
-    font-weight: normal;
+    color: #333333;
+    font-weight: 600;
 }
 .section-content-usertop .user-column-b p{
     font-size: 14px;

+ 1 - 1
src/main/resources/static/css/user-center/order/orderlist.css

@@ -20,7 +20,7 @@ li{list-style:none}
     .order-header .header-bt .form-row .time {width: 185px !important;}
     .order-header .header-bt .header-button{height: 38px;float: left;}
 
-    .order-container{width: 100%;min-height:410px;margin-top: 8px;}
+    .order-container{width: 100%;min-height:410px;margin-top: 8px;border-radius: 8px;overflow: hidden;}
     .order-container .empty{background-color:#FFF;}
     .order-container .title{width: 100%;height: 44px;line-height: 44px;font-size: 16px;text-align: left;color: #22272e;}
     .order-container .title a{display: block;float: right;position: relative;padding-right: 36px;position: relative;}

+ 1 - 1
src/main/resources/static/js/pay/caimei-hlbpay.js

@@ -390,7 +390,7 @@ var payContainer = new Vue({
                 return;
             }
             if( _self.orderFlag === 1 && _self.mobileTabIndex === 2){
-                if(_self.payAmount !== _self.obligation){
+                if(_self.payAmount*1 !== _self.obligation){
                     CAIMEI.Alert('企业网银支付每次收取的手续费较高,建议一次性全额付款。','确定',false);
                     return;
                 }

+ 1 - 3
src/main/resources/static/js/supplier/index.js

@@ -64,7 +64,7 @@ var supplierHome = new Vue({
         },
         getShopInfo() {
             const _self = this;
-            SupplierApi.getShopHomeData({shopId: this.params.id, userId: this.userId}, function (res) {
+            SupplierApi.getShopHomeData({shopId: this.params.id }, function (res) {
                 if (res.code === 0) {
                     const data = res.data
                     _self.supplierInfo = data
@@ -103,8 +103,6 @@ var supplierHome = new Vue({
                             })
                         }
                     }, 500);
-                }else if(res.code === -2){
-                    window.location.href = '/index.html'
                 }
             });
         },

+ 1 - 1
src/main/resources/templates/index.html

@@ -238,7 +238,7 @@
                                                     </div>
                                                 </div>
                                                 <div class="user-column-b">
-                                                    <h1>登录采美后更多精彩</h1>
+                                                    <h1>登录采美后更多精彩</h1>
                                                     <p>登录可享,专属优惠,贴心推荐</p>
                                                     <a href="/login.html">立即登录</a>
                                                 </div>

+ 1 - 1
src/main/resources/templates/service-settlement/info.html

@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
     <meta charset="UTF-8">
-    <title>入驻详情</title>
+    <title>采美365网-采美服务商</title>
     <meta name="referrer" content="never">
     <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
     <template th:replace="service-settlement/components/header-link"></template>