Просмотр исходного кода

广西图片修改,轮播图跳转修改

HW лет назад: 3
Родитель
Сommit
edba6a865e

+ 7 - 2
html/portal/bj/index.html

@@ -23,9 +23,14 @@
             <!-- 轮播图 -->
             <div class="swiper-container" id="swiper1">
                 <div  class="swiper-wrapper" >
-                    <a target="_blank"  th:each="b,bStatus:${banners}"  th:href="${b.jumpUrl}" class="swiper-slide">
+                    <th:block th:each="b,bStatus:${banners}">
+                        <a th:if="${b.jumpUrl != 'javascript:;' && b.jumpUrl != null}" target="_blank"  th:href="${b.jumpUrl}" class="swiper-slide">
                             <img th:title="${b.title}" th:src="|${avatarUploadHost}${b.bannerUrl}" />
-                    </a>
+                        </a>
+                        <span th:if="${b.jumpUrl == 'javascript:;' || b.jumpUrl == null}" class="swiper-slide">
+                            <img th:title="${b.title}" th:src="|${avatarUploadHost}${b.bannerUrl}" />
+                        </span>
+                    </th:block>
                    <!--  <div class="swiper-slide">
                         <img th:src="${portalHost+'/images/banner/bg02.png'}" />
                     </div> -->

+ 13 - 8
html/portal/gx/index.html

@@ -23,9 +23,14 @@
             <!-- 轮播图 -->
             <div class="swiper-container" id="swiper1">
                 <div  class="swiper-wrapper" >
-                    <a target="_blank"  th:each="b,bStatus:${banners}"  th:href="${b.jumpUrl}" class="swiper-slide">
+                    <th:block th:each="b,bStatus:${banners}">
+                        <a th:if="${b.jumpUrl != 'javascript:;' && b.jumpUrl != null}" target="_blank"  th:href="${b.jumpUrl}" class="swiper-slide">
                             <img th:title="${b.title}" th:src="|${avatarUploadHost}${b.bannerUrl}" />
-                    </a>
+                        </a>
+                        <span th:if="${b.jumpUrl == 'javascript:;' || b.jumpUrl == null}" class="swiper-slide">
+                            <img th:title="${b.title}" th:src="|${avatarUploadHost}${b.bannerUrl}" />
+                        </span>
+                    </th:block>
                    <!--  <div class="swiper-slide">
                         <img th:src="${portalHost+'/images/banner/bg02.png'}" />
                     </div> -->
@@ -35,9 +40,9 @@
                 <div class="swiper-button-next"></div>
             </div>
             <!-- 视频按钮 -->
-            <div class="video-button">
-                <img th:src="${portalHost+'/images/icon/play.png'}" /> 播放视频
-            </div>
+<!--            <div class="video-button">-->
+<!--                <img th:src="${portalHost+'/images/icon/play.png'}" /> 播放视频-->
+<!--            </div>-->
             <!-- 轮播底部展示-->
             <div class="tp-banner-dom">
                 <div class="tp-banner-item">
@@ -461,9 +466,9 @@
                             <div class="about_right">
                                 <div class="img">
                                     <img th:src="${portalHost+'/images/'+flag+'about/home.png'}" />
-                                    <div class="videox">
-                                        <div class="button_video"><img th:src="${portalHost+'/images/icon/play.png'}" /></div>
-                                    </div>
+<!--                                    <div class="videox">-->
+<!--                                        <div class="button_video"><img th:src="${portalHost+'/images/icon/play.png'}" /></div>-->
+<!--                                    </div>-->
                                 </div>
                                 <div class="text">
                                     <h3>广西南宁科发企业信息咨询有限公司</h3>

Разница между файлами не показана из-за своего большого размера
+ 1 - 0
html/portal/gz/aboutKede.html


+ 7 - 2
html/portal/gz/index.html

@@ -23,9 +23,14 @@
             <!-- 轮播图 -->
             <div class="swiper-container" id="swiper1">
                 <div class="swiper-wrapper" >
-                    <a target="_blank"  th:each="b,bStatus:${banners}"  th:href="${b.jumpUrl}" class="swiper-slide">
+                    <th:block th:each="b,bStatus:${banners}">
+                        <a th:if="${b.jumpUrl != 'javascript:;' && b.jumpUrl != null}" target="_blank"  th:href="${b.jumpUrl}" class="swiper-slide">
                             <img th:title="${b.title}" th:src="|${avatarUploadHost}${b.bannerUrl}" />
-                    </a>
+                        </a>
+                        <span th:if="${b.jumpUrl == 'javascript:;' || b.jumpUrl == null}" class="swiper-slide">
+                            <img th:title="${b.title}" th:src="|${avatarUploadHost}${b.bannerUrl}" />
+                        </span>
+                    </th:block>
                    <!--  <div class="swiper-slide">
                         <img th:src="${portalHost+'/images/banner/bg02.png'}" />
                     </div> -->

Разница между файлами не показана из-за своего большого размера
+ 1 - 0
html/portal/sjz/aboutKede.html


+ 7 - 2
html/portal/sjz/index.html

@@ -23,9 +23,14 @@
             <!-- 轮播图 -->
             <div class="swiper-container" id="swiper1">
                 <div class="swiper-wrapper" >
-                    <a target="_blank"  th:each="b,bStatus:${banners}"  th:href="${b.jumpUrl}" class="swiper-slide">
+                    <th:block th:each="b,bStatus:${banners}">
+                        <a th:if="${b.jumpUrl != 'javascript:;' && b.jumpUrl != null}" target="_blank"  th:href="${b.jumpUrl}" class="swiper-slide">
                             <img th:title="${b.title}" th:src="|${avatarUploadHost}${b.bannerUrl}" />
-                    </a>
+                        </a>
+                        <span th:if="${b.jumpUrl == 'javascript:;' || b.jumpUrl == null}" class="swiper-slide">
+                            <img th:title="${b.title}" th:src="|${avatarUploadHost}${b.bannerUrl}" />
+                        </span>
+                    </th:block>
                    <!--  <div class="swiper-slide">
                         <img th:src="${portalHost+'/images/banner/bg02.png'}" />
                     </div> -->

BIN
js/portal/1.0.12/images/gx/about/home.png