Revert "remove from page params"
This reverts commit 33cc93ee
Showing
2 changed files
with
8 additions
and
4 deletions
@@ -86,7 +86,8 @@ export default { | @@ -86,7 +86,8 @@ export default { | ||
86 | this.$yoho.goPage('go.ufo', { | 86 | this.$yoho.goPage('go.ufo', { |
87 | pagename: 'merchantsSettled', | 87 | pagename: 'merchantsSettled', |
88 | isnavhidden: 1, | 88 | isnavhidden: 1, |
89 | - disabledSwiper: 1 | 89 | + disabledSwiper: 1, |
90 | + from_page_name: 'UFOInviteCodePage' | ||
90 | }); | 91 | }); |
91 | } else if (result.data.storedBefore) { | 92 | } else if (result.data.storedBefore) { |
92 | this.$createToast({ | 93 | this.$createToast({ |
@@ -95,7 +96,8 @@ export default { | @@ -95,7 +96,8 @@ export default { | ||
95 | }).show(); | 96 | }).show(); |
96 | } else { | 97 | } else { |
97 | this.$yoho.goPage('go.ufo', { | 98 | this.$yoho.goPage('go.ufo', { |
98 | - pagename: 'MerchantEntry' | 99 | + pagename: 'MerchantEntry', |
100 | + from_page_name: 'UFOInviteCodePage' | ||
99 | }); | 101 | }); |
100 | } | 102 | } |
101 | 103 |
@@ -74,7 +74,8 @@ export default { | @@ -74,7 +74,8 @@ export default { | ||
74 | this.$yoho.goPage('go.ufo', { | 74 | this.$yoho.goPage('go.ufo', { |
75 | pagename: 'merchantsSettled', | 75 | pagename: 'merchantsSettled', |
76 | isnavhidden: 1, | 76 | isnavhidden: 1, |
77 | - disabledSwiper: 1 | 77 | + disabledSwiper: 1, |
78 | + from_page_name: 'UFOLicensePage' | ||
78 | }); | 79 | }); |
79 | } else if (result.data.storedBefore) { | 80 | } else if (result.data.storedBefore) { |
80 | this.$createToast({ | 81 | this.$createToast({ |
@@ -83,7 +84,8 @@ export default { | @@ -83,7 +84,8 @@ export default { | ||
83 | }).show(); | 84 | }).show(); |
84 | } else { | 85 | } else { |
85 | this.$yoho.goPage('go.ufo', { | 86 | this.$yoho.goPage('go.ufo', { |
86 | - pagename: 'MerchantEntry' | 87 | + pagename: 'MerchantEntry', |
88 | + from_page_name: 'UFOLicensePage' | ||
87 | }); | 89 | }); |
88 | } | 90 | } |
89 | } | 91 | } |
-
Please register or login to post a comment