...
|
...
|
@@ -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({
|
...
|
...
|
@@ -94,7 +95,10 @@ export default { |
|
|
type: 'warn',
|
|
|
}).show();
|
|
|
} else {
|
|
|
this.$yoho.goPage('go.ufo', { pagename: 'MerchantEntry' });
|
|
|
this.$yoho.goPage('go.ufo', {
|
|
|
pagename: 'MerchantEntry',
|
|
|
from_page_name: 'UFOInviteCodePage'
|
|
|
});
|
|
|
}
|
|
|
|
|
|
this.$root.reportApp('', 'BUSINESS_PLAN_A_EVENT', {
|
...
|
...
|
|