From a9e343b266a7fe54fbb98c91c761da715a08f7bb Mon Sep 17 00:00:00 2001 From: nesxy Date: Fri, 29 Mar 2019 14:08:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95=E4=BF=AE=E5=A4=8D=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1=E9=A2=86=E5=88=B8=E7=99=BD=E5=B1=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/home.vue | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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 +