...
|
...
|
@@ -86,7 +86,8 @@ export default { |
|
|
this.$yoho.goPage('go.ufo', {
|
|
|
pagename: 'merchantsSettled',
|
|
|
isnavhidden: 1,
|
|
|
disabledSwiper: 1
|
|
|
disabledSwiper: 1,
|
|
|
from_page_name: 'UFOInviteCodePage'
|
|
|
});
|
|
|
} else if (result.data.storedBefore) {
|
|
|
this.$createToast({
|
...
|
...
|
@@ -95,7 +96,8 @@ export default { |
|
|
}).show();
|
|
|
} else {
|
|
|
this.$yoho.goPage('go.ufo', {
|
|
|
pagename: 'MerchantEntry'
|
|
|
pagename: 'MerchantEntry',
|
|
|
from_page_name: 'UFOInviteCodePage'
|
|
|
});
|
|
|
}
|
|
|
|
...
|
...
|
|