xiebaomin 1 سال پیش
والد
کامیت
a744d58307

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

@@ -130,7 +130,7 @@
         border: none;
     }
     #service-container .footer-phone {
-        position: fixed;
+        position: absolute;
         width: 100%;
         bottom: 12vw;
         padding: 2.1vw;

+ 1 - 1
src/main/resources/static/js/service-settlement/components/footerComp.js

@@ -2,7 +2,7 @@ const comFooter = {
     name: 'comFooter',
     data() {
         return {
-            phone: '0755-3365-6365',
+            phone: '0755-22907771',
             centerDialogVisible: false,
             telPhoneDialog: false
         }