瀏覽代碼

分享修改

jwyu 2 年之前
父節點
當前提交
c49ff9631e
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      pages-report/reportList.vue
  2. 1 1
      pages-report/specialColumn/list.vue

+ 1 - 1
pages-report/reportList.vue

@@ -115,7 +115,7 @@ export default {
   },
   onShareAppMessage() {
     return {
-      title:this.classifyName+'列表'
+      title:'FICC'+this.classifyName
     }
   },
   methods: {

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

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