Authored by TaoHuang

add pangename

... ... @@ -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', {
... ...
... ... @@ -74,7 +74,8 @@ export default {
this.$yoho.goPage('go.ufo', {
pagename: 'merchantsSettled',
isnavhidden: 1,
disabledSwiper: 1
disabledSwiper: 1,
from_page_name: 'UFOLicensePage'
});
} else if (result.data.storedBefore) {
this.$createToast({
... ... @@ -82,7 +83,10 @@ export default {
type: 'warn',
}).show();
} else {
this.$yoho.goPage('go.ufo', { pagename: 'MerchantEntry' });
this.$yoho.goPage('go.ufo', {
pagename: 'MerchantEntry',
from_page_name: 'UFOLicensePage'
});
}
}
},
... ...
... ... @@ -86,6 +86,7 @@ export default {
this.$yoho.goPage('go.ufo', {
pagename: 'productDetail',
productId: this.$route.params.orderId,
from_page_name: 'UFOOrderPage'
});
},
async onPullingUp() {
... ...