Showing
1 changed file
with
3 additions
and
3 deletions
@@ -403,9 +403,9 @@ Page(Object.assign({ | @@ -403,9 +403,9 @@ Page(Object.assign({ | ||
403 | }); | 403 | }); |
404 | }, | 404 | }, |
405 | goQueueList() { | 405 | goQueueList() { |
406 | - router.go('myList', { | ||
407 | - actId: this.data.activityId | ||
408 | - }); | 406 | + router.go('myList', Object.assign({ |
407 | + actId: this.data.activityId, | ||
408 | + }, this.data.snapData)); | ||
409 | }, | 409 | }, |
410 | showError() { | 410 | showError() { |
411 | this.setData({ | 411 | this.setData({ |
-
Please register or login to post a comment