wangtao há 3 anos atrás
pai
commit
c9ad8cd535

+ 3 - 3
src/views/home/index.vue

@@ -406,9 +406,9 @@ export default {
             z-index: 10;
           }
           .portrait{
-            width:78px;
-            height:78px;
-            margin:1px;
+            width:76px;
+            height:76px;
+            margin:2px;
             vertical-align: middle;
             ::v-deep .van-image__img{
               border-radius: 50% !important;

+ 3 - 1
src/views/information/index.vue

@@ -73,6 +73,7 @@ import { Toast } from "vant";
 import Cookies from "js-cookie";
 import { encrypt, encrypt2, decrypt } from '../../utils/jsencrypt';
 import axios from "axios";
+
 export default {
   data() {
     return {
@@ -115,8 +116,9 @@ export default {
       this.outLogin()
     }
   },
-  mouted(){
+  mounted(){
     document.title = '中国东信智慧园区'
+    
   },
   methods: {
     afterRead(param) {

+ 0 - 1
src/views/recharge/index.vue

@@ -35,7 +35,6 @@
 <script>
 import axios from "axios";
 import { Dialog, Notify, Toast } from "vant";
-// import { getPayApi} from "@/plugins/common";
 export default {
   components: {
     [Notify.Component.name]: Notify.Component,