Authored by htoooth

fix

... ... @@ -403,9 +403,9 @@ Page(Object.assign({
});
},
goQueueList() {
router.go('myList', {
actId: this.data.activityId
});
router.go('myList', Object.assign({
actId: this.data.activityId,
}, this.data.snapData));
},
showError() {
this.setData({
... ...