@@ -159,6 +159,12 @@ export default {
this.id = options.id;
this.getDetail();
},
+ onShareAppMessage() {
+ return {
+ title: this.info.activityTypeName,
+ path: ''
+ }
+ },
methods: {
async getDetail() {
const res = await apiActivityDetail({ activity_id: Number(this.id) });
@@ -167,6 +167,12 @@ export default {
uni.$off('activityDetailSetRemind')
uni.$off('activityDetailSetRegister')
+ onShareAppMessage(res) {
+ title: '弘则研报',
onPullDownRefresh() {
this.refreshPage()