wuhongyu 5 年之前
父節點
當前提交
21eb708d5e

+ 3 - 4
src/components/parts/chat.vue

@@ -186,14 +186,13 @@ export default {
   padding: 55px 0 0 0;
 }
 
-.chat .chatList .input input {
+.chat .chatList .input input[data-v-5189f7b7] {
   border: 1px solid #ccc;
   float: left;
-  height: 54px;
+  height: 33px;
   width: 75%;
-  margin-right: 3%;
+  margin: 19px 3% 0 0;
 }
-
 .chat .chatList .input button {
   float: left;
   background: #ff8500;

+ 8 - 5
src/views/direct.vue

@@ -210,12 +210,14 @@
                       </p>
                       <div class="serviceDown">
                         <el-image :src="item.image[0].url"></el-image>
-                        <p>{{ item.contact_user }}</p>
+                        <p>联系人:{{ item.contact_user }}</p>
                         <p>
                           <span>服务类型:</span>
                           <span class="type2">{{ item.product_type_name }}</span>
                         </p>
-                        <p>{{ item.contact_tel }}</p>
+                        <p>电话:{{ item.contact_tel }}</p>
+                        <p>单价:{{ item.price }} 单位:{{ item.priceunit }}</p>
+                        <p>知识产权:{{ item.property }}</p>
                       </div>
                     </li>
                   </ul>
@@ -317,9 +319,9 @@
     <div class="pz_down">
       <live-foot></live-foot>
     </div>
-    <div class="suspenInfo">
+    <!-- <div class="suspenInfo">
       <el-link :underline="false" @click="clickBtn()" target="_blank">直播中心</el-link>
-    </div>
+    </div> -->
   </div>
 </template>
 
@@ -878,7 +880,7 @@ p {
 .jiabin .jiabinlist ul li img {
   float: left;
   width: 20%;
-  height: 100px;
+  height: 80px;
 }
 
 .jiabin .jiabinlist ul li p {
@@ -1171,6 +1173,7 @@ p {
 .service .serviceList .serviceDown p {
   float: left;
   width: 65%;
+  padding: 1px 0 0 0;
 }
 .service .serviceList .serviceDown p button {
   float: left;

+ 9 - 1
src/views/dynamic/index.vue

@@ -101,7 +101,15 @@ export default {
     ],
   }),
   created() {},
-  computed: {},
+  computed: {
+    pageTitle() {
+      return `${this.$route.meta.title}`;
+    },
+  },
+  metaInfo() {
+    return { title: this.$route.meta.title };
+  },
+
   methods: {
     turnToList(column_name) {
       this.$router.push({ path: '/dynamic/list', query: { column_name: column_name } });

+ 14 - 1
src/views/hallList/index.vue

@@ -55,7 +55,15 @@ export default {
   created() {
     this.searchList();
   },
-  computed: {},
+  computed: {
+    pageTitle() {
+      return `${this.$route.meta.title}`;
+    },
+  },
+  metaInfo() {
+    return { title: this.$route.meta.title };
+  },
+
   methods: {
     ...dock({ dockQuery: 'query' }),
     async searchList({ skip = 0, limit = 10, ...info } = {}) {
@@ -262,5 +270,10 @@ export default {
 .duijie {
   padding: 10px 15px 10px 15px;
   margin: 10px 0 0 10px;
+  color: #ff8500;
+}
+
+.duijie:hover {
+  color: #0279d5;
 }
 </style>

+ 9 - 1
src/views/market/index.vue

@@ -174,7 +174,15 @@ export default {
       return date;
     },
   },
-  computed: {},
+  computed: {
+    pageTitle() {
+      return `${this.$route.meta.title}`;
+    },
+  },
+  metaInfo() {
+    return { title: this.$route.meta.title };
+  },
+
   methods: {
     ...product(['query']),
     ...talentExperts({ expertQuery: 'query' }),

+ 9 - 1
src/views/technical/index.vue

@@ -88,7 +88,15 @@ export default {
   created() {
     this.searchInfo();
   },
-  computed: {},
+  computed: {
+    pageTitle() {
+      return `${this.$route.meta.title}`;
+    },
+  },
+  metaInfo() {
+    return { title: this.$route.meta.title };
+  },
+
   methods: {
     ...news(['query']),
     async searchInfo() {

+ 9 - 1
src/views/technical/list.vue

@@ -97,7 +97,15 @@ export default {
   created() {
     this.searchList();
   },
-  computed: {},
+  computed: {
+    pageTitle() {
+      return `${this.$route.meta.title}`;
+    },
+  },
+  metaInfo() {
+    return { title: this.$route.meta.title };
+  },
+
   methods: {
     ...news(['query']),
     async searchList({ skip = 0, limit = 10, ...info } = {}) {