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 = {}) { getMyActivity(options = {}) {
let tab_item = this.tab_list[this.tab_current]; let tab_item = this.tab_list[this.tab_current];
console.log(tab_item.state)
this.$http this.$http
.get({ .get({
api: 'api/activity/my', api: 'api/activity/my',

Loading…
Cancel
Save