sqw123
2025-12-23 a8b9a78690f1255c4cf648531476d4321c306029
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>