wangtao 3 年之前
父节点
当前提交
c9ad8cd535
共有 3 个文件被更改,包括 6 次插入5 次删除
  1. 3 3
      src/views/home/index.vue
  2. 3 1
      src/views/information/index.vue
  3. 0 1
      src/views/recharge/index.vue

+ 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,