ss
重庆迈尖科技有限公司
2020-06-15 95abf70d441c857bc79acd29c7715d3e1145fd16
ss
1个文件已修改
23 ■■■■■ 已修改文件
AppInside/activityDetailTempPage/index.html 23 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/activityDetailTempPage/index.html
@@ -141,9 +141,9 @@
            </div>
        </div>
        <div class="imgshow" style="display: none; background-color: black;position: fixed;left: 0;top: 0;width: 7.5rem;height: 100%;z-index: 2019521">
            <div class="swiper-container">
                <div class="swiper-wrapper"></div>
        <div class="imgshow" style="display: none; background-color: black;position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 2019521">
            <div class="swiper-container" >
                <div class="swiper-wrapper" style="width: 100%;height: 100%;-webkit-flex;align-items: center;"></div>
            </div>
        </div>
    </body>
@@ -245,6 +245,12 @@
                                                imageSmall.push(result.data.detailInfo.imgList[i]);
                                            }
                                        }
                                        var swiper = new Swiper('.swiper-container', {
                                            spaceBetween: 0,
                                            freeMode: false,
                                            observer: true, //修改swiper自己或子元素时,自动初始化swiper
                                            observeParents: true //修改swiper的父元素时,自动初始化swiper
                                        });
                                        app.setImageContent();
                                    } else {
@@ -266,6 +272,9 @@
                            var divitemBg = $('.div_item_bg');
                            var screenWidth = window.screen.width * 2;
                            var screenHeight = window.screen.height * 2;
                            // 设置大图
                            for (i = 0; i < imageLarge.length; i++) {
@@ -331,7 +340,7 @@
                                        var url = imageSmall[o].url
                                        // yesApp.toast(url + '')
                                        $('.imgshow .swiper-wrapper').append(
                                            '<div class="swiper-slide"><img style="width:7.5rem;heught:2rem" src="' +
                                            '<div class="swiper-slide" ><img style="width:7.5rem;heught:2rem;background-color: #ffffff" src="' +
                                            url + '"></div>')
                                    }
@@ -509,11 +518,7 @@
            }
        });
        var mySwiper = new Swiper('.swiper-container', {
            slidesPerView: 'auto'
            // freeMode: true,
        })
        //关闭分享弹框
        function cancelShare() {