jwyu 3 жил өмнө
parent
commit
9ca4d2601c

+ 1 - 1
pages-report/reportList.vue

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

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

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

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

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