Authored by TaoHuang

add pangename

@@ -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({
@@ -94,7 +95,10 @@ export default { @@ -94,7 +95,10 @@ export default {
94 type: 'warn', 95 type: 'warn',
95 }).show(); 96 }).show();
96 } else { 97 } else {
97 - this.$yoho.goPage('go.ufo', { pagename: 'MerchantEntry' }); 98 + this.$yoho.goPage('go.ufo', {
  99 + pagename: 'MerchantEntry',
  100 + from_page_name: 'UFOInviteCodePage'
  101 + });
98 } 102 }
99 103
100 this.$root.reportApp('', 'BUSINESS_PLAN_A_EVENT', { 104 this.$root.reportApp('', 'BUSINESS_PLAN_A_EVENT', {
@@ -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({
@@ -82,7 +83,10 @@ export default { @@ -82,7 +83,10 @@ export default {
82 type: 'warn', 83 type: 'warn',
83 }).show(); 84 }).show();
84 } else { 85 } else {
85 - this.$yoho.goPage('go.ufo', { pagename: 'MerchantEntry' }); 86 + this.$yoho.goPage('go.ufo', {
  87 + pagename: 'MerchantEntry',
  88 + from_page_name: 'UFOLicensePage'
  89 + });
86 } 90 }
87 } 91 }
88 }, 92 },
@@ -86,6 +86,7 @@ export default { @@ -86,6 +86,7 @@ export default {
86 this.$yoho.goPage('go.ufo', { 86 this.$yoho.goPage('go.ufo', {
87 pagename: 'productDetail', 87 pagename: 'productDetail',
88 productId: this.$route.params.orderId, 88 productId: this.$route.params.orderId,
  89 + from_page_name: 'UFOOrderPage'
89 }); 90 });
90 }, 91 },
91 async onPullingUp() { 92 async onPullingUp() {