Authored by htoooth

fix

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