quanwei
2025-11-26 6ae85f8ddbae19f5586f4b0c37680fe21889ef14
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>