diff --git a/view/peko/home/css/index.css b/view/peko/home/css/index.css index 74fdda3..a991e16 100644 --- a/view/peko/home/css/index.css +++ b/view/peko/home/css/index.css @@ -19,7 +19,7 @@ html { .homePc { width: 100%; height: 10rem; - background: url(../images/homePC.png) no-repeat; + background: url(../images/homePc.png) no-repeat; background-size: 100% 100%; position: relative; } diff --git a/view/peko/home/css/index.scss b/view/peko/home/css/index.scss index 0c1e96a..ab49756 100644 --- a/view/peko/home/css/index.scss +++ b/view/peko/home/css/index.scss @@ -163,7 +163,7 @@ html { .homePc { width: 100%; height: 10rem; - background: url(../images/homePC.png) no-repeat; + background: url(../images/homePc.png) no-repeat; background-size: 100% 100%; position: relative; diff --git a/view/peko/home/js/index.js b/view/peko/home/js/index.js index 41202ca..911f0cf 100644 --- a/view/peko/home/js/index.js +++ b/view/peko/home/js/index.js @@ -56,9 +56,6 @@ $(function () { }) } - $('.m-bg .homeM .charge').click(function () { - window.location.href = 'https://api.pekolive.com/peko/modules/pay/index.html?channelType=4' - }) }) function swiperFun() {