浏览代码

分享修改

jwyu 3 年之前
父节点
当前提交
9ca4d2601c
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      pages-report/reportList.vue
  2. 1 1
      pages-report/specialColumn/detail.vue
  3. 1 1
      pages-report/specialColumn/list.vue

+ 1 - 1
pages-report/reportList.vue

@@ -115,7 +115,7 @@ export default {
   },
   onShareAppMessage() {
     return {
-      title:'FICC'+this.classifyName
+      title:`FICC【${this.classifyName}】`
     }
   },
   methods: {

+ 1 - 1
pages-report/specialColumn/detail.vue

@@ -98,7 +98,7 @@ export default {
     },
     onShareAppMessage() {
         return {
-            title:this.info.classify_name_second
+            title:`FICC【${this.info.classify_name_second}】`
         }
     },
     methods: {

+ 1 - 1
pages-report/specialColumn/list.vue

@@ -51,7 +51,7 @@ export default {
   },
   onShareAppMessage() {
     return {
-      title:'FICC'+this.classifyName
+      title:`FICC【${this.classifyName}】`
     }
   },
   methods: {