Browse Source

分享

feature
mk 1 year ago
parent
commit
8897713fac
  1. 1
      src/views/activity/detail.vue

1
src/views/activity/detail.vue

@ -91,6 +91,7 @@ export default {
if(this.$route.query.flag === 'share'){ if(this.$route.query.flag === 'share'){
await this.getById(this.$route.query.id) await this.getById(this.$route.query.id)
} }
await this.share()
} }
}, },
methods: { methods: {

Loading…
Cancel
Save