Commit eefb32fc authored by wolfcode's avatar wolfcode

fixed bug.

parent a03a8a56
......@@ -13,7 +13,7 @@
<link rel="stylesheet" href="/static/template_001/css/swiper-bundle.min.css" type="text/css" media="all">
<link rel="stylesheet" href="/static/template_001/css/web/public.css" type="text/css" media="all">
<link rel="stylesheet" href="/static/template_001/lib/font-awesome-4.7.0/css/font-awesome.min.css">
<script type="text/javascript" src="/static/js/jquery.min.js"></script>
<script type="text/javascript" src="/static/template_001/js/jquery.min.js"></script>
</head>
<body class="home page-template-default page page-id-2039 gdlr-core-body woocommerce-no-js akea-body akea-body-front akea-full akea-with-sticky-navigation akea-blockquote-style-1 gdlr-core-link-to-lightbox">
<div class="akea-mobile-header-wrap">
......
......@@ -84,7 +84,7 @@
</div>
</div>
</div>
<script type="text/javascript" src="/static/js/swiper-bundle.min.js"></script>
<script type="text/javascript" src="/static/template_001/js/swiper-bundle.min.js"></script>
<script>
$(function () {
var swiper = new Swiper(".mySwiper", {
......
......@@ -24,7 +24,7 @@
<div class="index_list_right">
<div class="index_list_img">
<a href="/info/{$vo.id}/">
<img class="lazy" src="/static/images/loading.gif" data-src="{$vo.img}">
<img class="lazy" src="/static/template_002/images/loading.gif" data-src="{$vo.img}">
</a>
</div>
</div>
......
......@@ -8,7 +8,7 @@
<div class="gdlr-core-recent-post-widget clearfix">
<a href="/info/{$vo.id}/">
<div class="gdlr-core-recent-post-widget-thumbnail gdlr-core-media-image">
<img src="{$vo.img|default='/static/images/default-popular.webp'}" alt width="150" height="150">
<img src="{$vo.img|default='/static/template_002/images/default-popular.webp'}" alt width="150" height="150">
</div>
<div class="gdlr-core-recent-post-widget-content">
<div class="gdlr-core-recent-post-widget-title">{$vo.title}</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment