mobile/pages/branch/activity/index/index.vue
@@ -176,6 +176,18 @@
            this.gotoPage(url);
         },
      },
      onShareAppMessage() {
         return {
            title: `活动列表`,
            path: `pages/branch/activity/index/index`
         };
      },
      onShareTimeline() {
         return {
            title: '活动列表',
            path: `pages/branch/activity/index/index`
         };
      }
   };
</script>