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