diff --git a/coupon/couponCollection.html b/coupon/couponCollection.html index cf5d318..cc7f485 100644 --- a/coupon/couponCollection.html +++ b/coupon/couponCollection.html @@ -58,7 +58,8 @@
- + diff --git a/homepage.html b/homepage.html index 78dfb42..db58cb0 100644 --- a/homepage.html +++ b/homepage.html @@ -48,7 +48,7 @@
- +
@@ -93,7 +93,7 @@
- +
@@ -123,7 +123,7 @@
- +
@@ -551,6 +551,13 @@ } } }, + + /* banner外链跳转 */ + bannerTo () { + if (this.bannerUrl) { + location.href = this.bannerUrl; + } + } } })