From 25fe1b3466bef9353ef08c1c18fc3e0aae3225be Mon Sep 17 00:00:00 2001 From: nesxy Date: Fri, 29 Mar 2019 14:15:37 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/home.vue b/src/view/home.vue index aaf3b9b..76cbc9d 100644 --- a/src/view/home.vue +++ b/src/view/home.vue @@ -375,7 +375,7 @@ export default { }, openCouponUrl(url){ if(url){ - window.replace = url; + window.replace(url); } } },