Browse Source

修改活动列表分享title

jwyu 2 years ago
parent
commit
c11ca82244
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/activity/activity.vue

+ 1 - 1
pages/activity/activity.vue

@@ -354,7 +354,7 @@ export default {
 	},
     onShareAppMessage(res) {
         return {
-            title: '弘则FICC周度电话会安排',
+            title: '弘则FICC线下沙龙',
             path: ''
         }
     },