Browse Source

资讯服务提示

guhongwei 3 years ago
parent
commit
d296789e8c
1 changed files with 18 additions and 1 deletions
  1. 18 1
      src/views/patent/user/chat/index.vue

+ 18 - 1
src/views/patent/user/chat/index.vue

@@ -2,7 +2,13 @@
   <div id="index">
     <admin-frame @search="search" :limt="limit" :total="total" topType="2" @back="back" @add="toAdd" :useNav="false">
       <template v-slot:info>
-        <list-1 :list="list" @toView="toView" @toDel="toDel" @toRead="toRead"></list-1>
+        <van-col span="24" class="one">
+          <p>书面咨询请点右上方+</p>
+          <p>联系电话:13596001156 18514329613</p>
+        </van-col>
+        <van-col span="24">
+          <list-1 :list="list" @toView="toView" @toDel="toDel" @toRead="toRead"></list-1>
+        </van-col>
       </template>
     </admin-frame>
     <van-dialog class="dialog" v-model="dialog.show" :title="dialog.title" :show-confirm-button="false" show-cancel-button cancel-button-text="返回">
@@ -95,6 +101,17 @@ export default {
 </script>
 
 <style lang="less" scoped>
+.one {
+  background-color: #fff;
+  text-align: center;
+  font-size: 15px;
+  color: #ff0000;
+  padding: 8px 0;
+  font-weight: bold;
+  p:nth-child(1) {
+    margin: 0 0 10px 0;
+  }
+}
 .dialog {
   /deep/.van-dialog__content {
     max-height: 350px;