Browse Source

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

feature/3.0.0-推广员
nesxy 7 years ago
parent
commit
25fe1b3466
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.replace(url);
}
}
},

Loading…
Cancel
Save