...
|
...
|
@@ -741,7 +741,7 @@ Page({ |
|
|
});
|
|
|
},
|
|
|
tapAccount: function() {
|
|
|
return global.router.go('userCenter', {});
|
|
|
return global.router.go('userCenter', {}, 'switchTab');
|
|
|
},
|
|
|
tapRule: function() {
|
|
|
return global.router.go('fissionRule', {
|
...
|
...
|
@@ -751,10 +751,10 @@ Page({ |
|
|
tapCouponList: function() {
|
|
|
// return global.router.go('couponList', {
|
|
|
// type: 4,
|
|
|
// mername: 'YOHO!STORE'
|
|
|
// mername: 'MKT'
|
|
|
// });
|
|
|
|
|
|
return global.router.go('userCenter', {});
|
|
|
return global.router.go('userCenter', {}, 'switchTab');
|
|
|
},
|
|
|
|
|
|
// goYOhobuy: function() {
|
...
|
...
|
|