Authored by 郭成尧

update

... ... @@ -898,7 +898,7 @@ var _initCoupon = function _initCoupon(uid) {
cookies.setCookie('yoho-conpon-token', token);
if (window.__wxjs_environment === 'miniprogram' && wx && wx.miniProgram) {
wx.miniProgram.navigateTo({
wx.miniProgram.switchTab({
url: '/pages/userCenter/userCenter?h5back=' + location.href
});
return;
... ...