guhongwei %!s(int64=5) %!d(string=hai) anos
pai
achega
0616299c75

+ 1 - 1
public/index.html

@@ -5,7 +5,7 @@
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
     <link rel="icon" href="<%= BASE_URL %>favicon.ico">
-    <title>web-master</title>
+    <title>加载中</title>
   </head>
   <body>
     <noscript>

BIN=BIN
src/assets/weilai.jpg


+ 3 - 4
src/components/quietDetail.vue

@@ -14,7 +14,7 @@
       </el-col>
       <el-col :span="24" class="main">
         <div class="w_1200">
-          <jiuyeInfo :jiuyelist="jiuyelist"></jiuyeInfo>
+          <jiuyeInfo></jiuyeInfo>
         </div>
       </el-col>
       <el-col :span="24" class="foot">
@@ -36,7 +36,6 @@ export default {
     info: null, //头部信息
     backColor: null, //导航菜单背景颜色
     menuList: null, //菜单列表
-    jiuyelist: null, //就业派遣
   },
   components: {
     top, //头部
@@ -76,8 +75,8 @@ export default {
   overflow: hidden;
 }
 .main {
-  height: 1060px;
-  margin: 50px 0 0 0;
+  min-height: 600px;
+  padding: 50px 0;
   overflow: hidden;
   background: #f5f5f5;
 }

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 541 - 39
src/layout/quiet/jiuyeInfo.vue


+ 6 - 1
src/views/index.vue

@@ -270,7 +270,12 @@ export default {
       }
     },
     async onsaveClick({ title }) {
-      this.$router.push({ path: '/quiet', query: { title: title } });
+      if (title === '常见问题') {
+        window.location.href =
+          'https://mp.weixin.qq.com/s?__biz=MzAxMzg2ODE0NA==&mid=100000727&idx=1&sn=c2a38aca7482a930ceeff01779827faa&chksm=1b9d4ec82ceac7dee8cf6f89701e9af1fdedeed6c7e5ecba20356b1584d6ee76b069649f5cd9&mpshare=1&scene=23&srcid=0917J2IHeM4fxs3dHnJBhis4#rd';
+      } else {
+        this.$router.push({ path: '/quiet', query: { title: title } });
+      }
     },
   },
 };

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 6 - 19
src/views/quiet.vue