Browse Source

尝试修复微信领券白屏问题

feature/3.0.0-推广员
nesxy 7 years ago
parent
commit
ab3f6efe7c
1 changed files with 1 additions and 1 deletions
  1. 2
      src/view/home.vue

2
src/view/home.vue

@ -375,7 +375,7 @@ export default {
},
openCouponUrl(url){
if(url){
window.replace(url);
window.location.replace(url);
}
}
},

Loading…
Cancel
Save