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();