Browse Source

我的活动详情

master
Enzo 4 years ago
parent
commit
403996eb5b
  1. 1
      pages/user/my/myEventRegistrationList.vue

1
pages/user/my/myEventRegistrationList.vue

@ -125,6 +125,7 @@
},
getMyActivity(options = {}) {
let tab_item = this.tab_list[this.tab_current];
console.log(tab_item.state)
this.$http
.get({
api: 'api/activity/my',

Loading…
Cancel
Save