Authored by htoooth

fix

... ... @@ -397,7 +397,7 @@ Page(Object.assign({
});
},
goQueueList() {
router.go('queueList', {
router.go('myList', {
actId: this.data.activityId
});
},
... ...
... ... @@ -5,7 +5,6 @@ export default {
productDetail: {path: '/pages/product/detail/detail'},
userCenter: {path: '/pages/home/index'},
snapShare: {path: '/pages/snapshootShare/snapshootShare'},
queueList: {path: '/pages/queue/index'},
prizeUserList: {path: '/pages/queue/prizeUserList'},
myList: {path: '/pages/queue/myList'}
};
... ...