| | |
| | | this.isOpenUser = false; |
| | | }, |
| | | |
| | | }, |
| | | onShareAppMessage() { |
| | | if (this.activityData) { |
| | | return { |
| | | title: `${this.activityData.name}`, |
| | | path: `/pages/plus/business/detail?activity_id=${this.activity_id}&referee_id=${this.getUserId()}` |
| | | }; |
| | | } |
| | | return { |
| | | title: '活动详情', |
| | | path: `/pages/plus/business/detail?activity_id=${this.activity_id}` |
| | | }; |
| | | }, |
| | | onShareTimeline() { |
| | | if (this.activityData) { |
| | | return { |
| | | title: `${this.activityData.name}`, |
| | | path: `/pages/plus/business/detail?activity_id=${this.activity_id}&referee_id=${this.getUserId()}` |
| | | }; |
| | | } |
| | | return { |
| | | title: '活动详情', |
| | | path: `/pages/plus/business/detail?activity_id=${this.activity_id}&referee_id=${this.getUserId()}` |
| | | }; |
| | | } |
| | | } |
| | | </script> |