diff --git a/src/view/home.vue b/src/view/home.vue index 36378ed..aaf3b9b 100644 --- a/src/view/home.vue +++ b/src/view/home.vue @@ -29,8 +29,11 @@
@@ -369,6 +372,11 @@ export default { alertHide() { this.state = 1; this.show = true; + }, + openCouponUrl(url){ + if(url){ + window.replace = url; + } } }, mounted() { @@ -722,4 +730,4 @@ export default { height: 1.74rem; } } - \ No newline at end of file +