From 04e05c83831df373147647448c2891b2931a8a25 Mon Sep 17 00:00:00 2001 From: qf Date: Wed, 16 Nov 2022 11:33:42 +0800 Subject: [PATCH] =?UTF-8?q?peko=E5=AE=98=E7=BD=91=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E9=93=BE=E6=8E=A5=EF=BC=8C=E5=85=85=E5=80=BC?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E7=82=B9=E5=87=BB=E8=92=99=E5=B1=82=E5=8F=AF?= =?UTF-8?q?=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/peko/home/css/index.css | 21 +++++++++++++++++++++ view/peko/home/css/index.scss | 22 ++++++++++++++++++++++ view/peko/home/index.html | 9 ++++++--- view/peko/home/js/index.js | 10 ++++++++++ view/peko/modules/pay/js/index.js | 4 ++++ view/peko/modules/payPc/js/index.js | 3 +++ 6 files changed, 66 insertions(+), 3 deletions(-) diff --git a/view/peko/home/css/index.css b/view/peko/home/css/index.css index a991e16..1d6b673 100644 --- a/view/peko/home/css/index.css +++ b/view/peko/home/css/index.css @@ -36,6 +36,27 @@ html { top: 1.2rem; right: 2.77rem; } + .homePc .googlePlay { + width: 2.2rem; + height: 0.7rem; + position: absolute; + left: 2.4rem; + bottom: 3.4rem; + } + .homePc .appleStore { + width: 2.2rem; + height: 0.7rem; + position: absolute; + left: 2.4rem; + bottom: 2.5rem; + } + .homePc .apk { + width: 2.2rem; + height: 0.7rem; + position: absolute; + left: 2.4rem; + bottom: 1.6rem; + } .eori { width: 100%; background: #30312C; diff --git a/view/peko/home/css/index.scss b/view/peko/home/css/index.scss index ab49756..68fc04d 100644 --- a/view/peko/home/css/index.scss +++ b/view/peko/home/css/index.scss @@ -180,6 +180,28 @@ html { top: 1.2rem; right: 2.77rem; } + + .googlePlay { + width: 2.2rem; + height: 0.7rem; + position: absolute; + left: 2.4rem; + bottom: 3.4rem; + } + .appleStore { + width: 2.2rem; + height: 0.7rem; + position: absolute; + left: 2.4rem; + bottom: 2.5rem; + } + .apk { + width: 2.2rem; + height: 0.7rem; + position: absolute; + left: 2.4rem; + bottom: 1.6rem; + } } .eori { diff --git a/view/peko/home/index.html b/view/peko/home/index.html index b5de2c3..3c422f3 100644 --- a/view/peko/home/index.html +++ b/view/peko/home/index.html @@ -41,6 +41,9 @@
儲值
+
+
+
@@ -63,9 +66,9 @@
diff --git a/view/peko/home/js/index.js b/view/peko/home/js/index.js index 911f0cf..bf0f09d 100644 --- a/view/peko/home/js/index.js +++ b/view/peko/home/js/index.js @@ -100,4 +100,14 @@ $(function () { $('.homeM .charge').click(function(){ window.location.href = urlPrefix + '/peko/modules/pay/index.html?channelType=4'; }) + // logo跳转 + $('.googlePlay').click(function(){ + window.location.href = 'https://play.google.com/store/apps/details?id=com.vele.peko' + }) + $('.appleStore').click(function(){ + window.location.href = 'http://doudouyue.com/h958' + }) + $('.apk').click(function(){ + window.location.href = 'http://doudouyue.com/sfb2' + }) }) \ No newline at end of file diff --git a/view/peko/modules/pay/js/index.js b/view/peko/modules/pay/js/index.js index f5a3a05..20d46e4 100644 --- a/view/peko/modules/pay/js/index.js +++ b/view/peko/modules/pay/js/index.js @@ -192,6 +192,10 @@ $(function () { $('.pop_up').show(); }); + $('.pop_up').click(function(){ + $('.pop_up').hide(); + }) + function coloursFun (index, type) { $('.pay_number .number span').remove(); var str = ''; diff --git a/view/peko/modules/payPc/js/index.js b/view/peko/modules/payPc/js/index.js index 572f627..67172ac 100644 --- a/view/peko/modules/payPc/js/index.js +++ b/view/peko/modules/payPc/js/index.js @@ -194,6 +194,9 @@ $(function () { $('.area').click(function () { $('.pop_up').show(); }); + $('.pop_up').click(function(){ + $('.pop_up').hide(); + }) function coloursFun (index, type) { $('.pay_number .number span').remove();