ss
重庆迈尖科技有限公司
2020-06-16 b67f2c4fce992a818f287783ae7029a0b03509d3
ss
4个文件已修改
1个文件已添加
133 ■■■■ 已修改文件
AppInside/activityDetailTempPage/index.html 114 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/cloudPushOrder/cloudPushOrderManage.html 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/cloudPushOrder/css/base.css 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/cloudPushOrder/img/icon_maxFan.png 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/tearcher/index.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/activityDetailTempPage/index.html
@@ -144,7 +144,7 @@
        <div class="imgshow" style="display: none; background-color: black;position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 2019521;overflow-y:scroll;">
            <div class="swiper-container">
                <div class="swiper-wrapper" style="width: 100%;height: 100%;-webkit-flex;align-items: center;"></div>
                <div class="swiper-wrapper"></div>
            </div>
        </div>
    </body>
@@ -171,6 +171,7 @@
        var layerIndex = null;
        var isShowImg = false;
        var initialslide = 0;
        var swiper = null;
        var app;
        $(function() {
@@ -246,27 +247,7 @@
                                            }
                                        }
                                        var swiper = new Swiper('.swiper-container', {
                                            spaceBetween: 0,
                                            freeMode: false,
                                            initialSlide: initialslide,
                                            touchMoveStopPropagation: false,
                                            preventClicksPropagation: false,
                                            observer: true, //修改swiper自己或子元素时,自动初始化swiper
                                            observeParents: true, //修改swiper的父元素时,自动初始化swiper
                                            on: {
                                                click: function() { //点击事件
                                                    app.openScroll();
                                                    yesApp.toast('ss')
                                                    $('.imgshow').css('display', 'none');
                                                    $('.imgshow .swiper-wrapper').empty();
                                                    setTimeout(function() {
                                                        isShowImg = false;
                                                    }, 300);
                                                    // this = null;
                                                },
                                            },
                                        });
                                        app.setImageContent();
                                    } else {
@@ -289,7 +270,6 @@
                            var screenWidth = window.screen.width * 2;
                            var screenHeight = window.screen.height * 2;
                            // 设置大图
                            for (i = 0; i < imageLarge.length; i++) {
                                var width = null;
@@ -298,13 +278,13 @@
                                bigImageBG.append('<div class="div_largel" style="position: relative; "></div>');
                                bigImageBG.find('.div_largel').eq(i).append(
                                    "<img style='margin-left: 0.75rem;' class='imgShow'>");
                                    "<img style='margin-left: 0.75rem;' class='imgShowlargel'>");
                                bigImageBG.find('.div_largel').eq(i).append(
                                    '<img src="img/icon_play.png" style="position: absolute;left: 50%;top: 50%;margin-left: -0.4rem;margin-top: -0.4rem; width: 0.8rem;height: 0.8rem;" class="imagePlay"/>'
                                );
                                bigImageBG.find(".div_largel").eq(i).find('.imgShow').eq(0).attr("src", imageLarge[i].url);
                                bigImageBG.find(".div_largel").eq(i).find('.imgShowlargel').eq(0).attr("src", imageLarge[i].url);
                                var compare = parseFloat(imageLarge[i].h) / parseFloat(imageLarge[i].w);
@@ -318,7 +298,7 @@
                                    height = parseFloat(imageLarge[i].h) / parseFloat(imageLarge[i].w) * width;
                                }
                                bigImageBG.find(".div_largel").eq(i).find('.imgShow').eq(0).css({
                                bigImageBG.find(".div_largel").eq(i).find('.imgShowlargel').eq(0).css({
                                    'width': width + 'rem',
                                    'height': height + 'rem',
                                    'border-radius': '0.1rem'
@@ -328,6 +308,11 @@
                                if (imageLarge[i].videoUrl != null && imageLarge[i].videoUrl != '') {
                                    bigImageBG.find(".div_largel").eq(i).find('.imagePlay').eq(0).css('display', 'block');
                                }
                                bigImageBG.find(".div_largel").eq(i).find('.imgShowlargel').eq(0).click(function() {
                                    var nowImgurl = $(this).attr('src');
                                    app.viewPicture(imageLarge, nowImgurl);
                                });
                            };
                            // 设置小图
                            if (parseInt(app.dataInfo.detailInfo.lineNum) == 2) {
@@ -346,40 +331,10 @@
                                // 点击查看图片
                                smallImageBG.find('.imgSmall').eq(k).click(function() {
                                    if (isShowImg) return;
                                    var nowImgurl = $(this).attr('src');
                                    for (var lll = 0; lll < imageSmall.length; lll++) { // 获取index
                                        if (nowImgurl == imageSmall[lll].url) {
                                            initialslide = lll;
                                            break;
                                        }
                                    }
                                    isShowImg = true;
                                    app.stopScroll();
                                    $('.imgshow').css('display', 'block');
                                    for (var o = 0; o < imageSmall.length; o++) {
                                        var url = imageSmall[o].url
                                        $('.imgshow .swiper-wrapper').append(
                                            '<div class="swiper-slide" ><img class="smallImgs" style="width:100%;heught:2rem;background-color: #ffffff" src="' +
                                            url + '"></div>');
                                        $('.imgshow .swiper-wrapper').find('swiper-slide').eq(o).find('smallImgs').eq(0).css('height',
                                            parseFloat(imageSmall[o].h) / 100 + 'rem');
                                    }
                                    app.viewPicture(imageSmall, nowImgurl);
                                });
                            }
                            // yesApp.toast(JSON.stringify(arrayComments.length + ''))
                            // 设置尾部
                            for (var j = 0; j < arrayComments.length; j++) {
@@ -505,10 +460,51 @@
                                //右边箭头
                                // divitemBg.find('.div_top_tag').eq(j).find('div_top_right').eq(0).append('<img src=img/icon_arrowRight.png" style="width: 0.48rem;height: 0.48rem;background-color: yellow;">');
                            }
                        },
                        // 查看图片
                        viewPicture: function(arrayImage, picture) {
                            if (isShowImg) return;
                            for (var lll = 0; lll < arrayImage.length; lll++) { // 获取index
                                if (picture == arrayImage[lll].url) {
                                    initialslide = lll;
                                    break;
                                }
                            }
                            isShowImg = true;
                            app.stopScroll();
                            swiper = new Swiper('.swiper-container', {
                                spaceBetween: 0,
                                freeMode: false,
                                initialSlide: initialslide,
                                touchMoveStopPropagation: false,
                                preventClicksPropagation: false,
                                observer: true, //修改swiper自己或子元素时,自动初始化swiper
                                observeParents: true, //修改swiper的父元素时,自动初始化swiper
                                on: {
                                    click: function() { //点击事件
                                        app.openScroll();
                                        $('.imgshow').css('display', 'none');
                                        // $('.imgshow .swiper-wrapper').empty();
                                        this.destroy(false);
                                        setTimeout(function() {
                                            isShowImg = false;
                                        }, 300);
                                    },
                                },
                            });
                            $('.imgshow').css('display', 'block');
                            for (var o = 0; o < arrayImage.length; o++) {
                                var url = arrayImage[o].url;
                                $('.imgshow .swiper-wrapper').append(
                                    '<div class="swiper-slide"><img class="smallImgs" style="width:100%;heught:2rem;background-color: #ffffff" src="' +
                                    url + '"></div>');
                                $('.imgshow .swiper-wrapper').find('swiper-slide').eq(o).find('smallImgs').eq(0).css('height',
                                    parseFloat(arrayImage[o].h) / 100 + 'rem');
                            }
                        },
                        // 禁止底部滑动
                        stopScroll: function() {
                            document.body.style.overflow = 'hidden'; //关闭滚动条
AppInside/cloudPushOrder/cloudPushOrderManage.html
@@ -262,7 +262,13 @@
                                <div v-if="item.goods.shopType!=40&&item.goods.hasCoupon" class="coupon_money">&nbsp;¥{{item.goods.couponInfo.amount}}
                                    &nbsp;</div>
                                <div class="fanli_title">&nbsp;&nbsp; 返{{item.goods.moneyInfo.fanliMoney}} &nbsp;&nbsp;</div>
                                <div class="fanli_title">&nbsp;&nbsp; 返 {{item.goods.moneyInfo.fanliMoney}} &nbsp;&nbsp;&nbsp;</div>
                                <img src="img/icon_maxFan.png" style="width: 0.10rem;height: 0.17rem; margin-left: -0.22rem;">
                                <div v-if="item.goods.moneyInfo.maxMoney" style="color: #E5005C;font-size: 0.24rem;margin-left: -0.05rem; height: 0.36rem; background-color: #FFBBCB;border-radius: 0.06rem;display: -webkit-flex;align-items: center;justify-content: center;">
                                    &nbsp;&nbsp; {{item.goods.moneyInfo.maxMoney}} &nbsp;&nbsp;
                                </div>
                            </div>
                            <div class="div_payment_sales_bg">
@@ -339,8 +345,8 @@
    <script src="js/load.js"></script>
    <script>
        // "http://api.flqapp.com";
        var host = "http://api.flqapp.com";
        // "http://api.flqapp.com"; http://192.168.1.253:8080
        var host = "http://192.168.1.253:8080";
        var check = null;
        var wId = null;
AppInside/cloudPushOrder/css/base.css
@@ -252,7 +252,8 @@
.div_coupon_bg {
    position: absolute;
    display: flex;
    bottom: 0.17rem;
    bottom: 0.17rem;
    align-items: center;
}
.coupon_money {
AppInside/cloudPushOrder/img/icon_maxFan.png
AppInside/tearcher/index.html
@@ -118,12 +118,12 @@
                    <div v-if="isTearcher" class="content">
                        1.添加导师微信号时需要备注板栗快省ID;<br>
                        2.导师会根据对行业精准判断和以及对本App的熟悉,倾力辅导于你,如导师消极对待,请联系人工客服举报;<br>
                        3.要想成为导师,联系<a href="javascript:void()" onclick="kefu()">人工客服</a>
                        3.要想成为导师,联系<a href="javascript:void()" onclick="kefu()">人工客服。</a>
                    </div>
                    <div v-else class="content">
                        尊敬的用户,你的邀请关系中还没有导师,如你有导师相关问题咨询,请联系
                        <a href="javascript:void()" onclick="kefu()">人工客服</a>
                        <a href="javascript:void()" onclick="kefu()">人工客服。</a>
                    </div>
                </div>