重庆迈尖科技有限公司
2020-05-20 5719257cdb775225997b7d8ed8dc12f5ec22ce0e
Merge branch 'master' of ssh://193.112.35.168:29418/flqFront
4个文件已修改
18个文件已添加
1103 ■■■■■ 已修改文件
AppInside/activityDetail/activity.html 155 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/activityDetail/css/activity.css 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/app20200227.js 357 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/dataPreview/laydate/laydate.js 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/dataPreview/laydate/theme/default/font/iconfont.eot 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/dataPreview/laydate/theme/default/font/iconfont.svg 45 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/dataPreview/laydate/theme/default/font/iconfont.ttf 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/dataPreview/laydate/theme/default/font/iconfont.woff 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/dataPreview/laydate/theme/default/laydate.css 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/dataPreview/receivedData.html 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/dataPreview/txRecord.html 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/elmeNew/img/icon_hot.gif 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/kouBei/css/stylesheet.css 327 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/kouBei/img/icon_arrow.png 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/kouBei/img/icon_header.png 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/kouBei/img/icon_hot.gif 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/kouBei/img/icon_logo.png 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/kouBei/img/icon_nsy.png 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/kouBei/img/icon_tjdd.png 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/kouBei/img/icon_zyhq.png 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/kouBei/img/icon_zyxd.png 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/kouBei/index.html 178 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/activityDetail/activity.html
@@ -17,40 +17,98 @@
        <script src="http://img.flqapp.com/resource/js/app20200227.js"></script>
        <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
        <script type="text/javascript" src="js/layer.js"></script>
        <style type="text/css">
            body {
                background: linear-gradient(to top, #FF5F6E, #FF6940);
                background: -webkit-linear-gradient(to top, #FF5F6E, #FF6940);
                display: block;
                position: relative;
                margin: 0;
                padding: 0;
                height: 100%;
            }
            html {
                height: 100%;
            }
            .title {
                font-size: 0.48rem;
                font-weight: bold;
                color: rgba(255, 255, 255, 1);
                font-family: Alibaba PuHuiTi;
                line-height: 0.52rem;
                text-align: center;
                margin: 0 auto;
                width: 100%;
                height: auto;
                display: flex;
                justify-content: center;
            }
            .activityTime {
                font-size: 0.3rem;
                color: rgba(255, 255, 255, 1);
                font-family: Alibaba PuHuiTi;
                line-height: 0.52rem;
                text-align: center;
                margin-top: 0.24rem;
            }
            .btn-in {
                background: #E22319;
                font-weight: bold;
                font-size: 0.30rem;
                width: 4.6rem;
                margin-top: 0.32rem;
                margin: 0 auto;
            }
            .notify {
                margin: 0 auto;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-top: 0.3rem;
                background: #FFFBF0;
                border: 1px solid rgba(233, 233, 233, 0.4);
                width: 6.4rem;
                height: 1.52rem;
                border-radius: 0.1rem;
                color: #666666;
                font-size: 0.3rem;
            }
        </style>
    </head>
    <body>
        <div id="root" style="display: none;">
            <div class="div_recommendedText" v-if="title">
                <div id="recommendedText_title" class="title">推荐文本</div>
                <div class="div_recommendedText_content">
                    <div class="textareas" v-html="title">
        <div id="root">
            <img v-bind:src="imgs[0]" style="width: 100%;height: auto;min-height:3.2rem ;margin-bottom: 0.2rem;">
                    </div>
                </div>
            <div class="title">
                {{title}}
                <br>
                {{desc}}
            </div>
            <div class="div_commentText" v-if="comment">
                <div id="recommendedText_title" class="title">评论文本</div>
                <div class="div_commentText_content">
                    <div class="textareas" v-html="comment">
                    </div>
                </div>
            <div v-if="startTime!=null&&endTime!=null" class="activityTime">
                活动时间:{{startTime}}-{{endTime}}
            </div>
            <div class="div_item_bg">
                <div class="div_items" v-for="(item, index) in imgs" style="font-size: 0;">
                    <img v-bind:src="item" style="">
            <div class="btn btn-in" @click="jumpDetail">
                进入活动会场
                </div>
            <div class="notify">
                ①分享口令>②好友下单>③你得收益
            </div>
            <div style="height: 1.2rem;"></div>
            <div class="div_commit">
                <!-- 提交申请 -->
                <div @click="copyComment" style="margin-left: 0.3rem;">分享活动</div>
                <div @click="jumpDetail" style="margin-left: 0.1rem;">浏览详情</div>
                <div @click="shareImg" class="btn" style="margin-left: 0.3rem;">分享活动海报</div>
                <div @click="copyComment" class="btn" style="margin-left: 0.1rem;">复制活动口令</div>
            </div>
            <div id="share" style="display: none;">
@@ -93,14 +151,7 @@
                        </div>
                    </div>
                    <div class="share_content_content" onclick="shareText(5)">
                        <div class="share_content_content_img">
                            <img src="img/icon_copy.png">
                        </div>
                        <div class="share_content_content_title">
                            复制评论
                        </div>
                    </div>
                </div>
                <div style="height: 1px; background-color: #D0D0D0; margin-top: 0.37rem;"></div>
@@ -125,7 +176,10 @@
                    comment: '',
                    imgs: [],
                    jump: {},
                    shareContent: ''
                    shareContent: '',
                    startTime: null,
                    endTime: null,
                    desc: ''
                },
                watch: {
                    imgs: function(e) {
@@ -169,7 +223,41 @@
                            async: true,
                            success: function(result) {
                                if (result.code == 0) {
                                    app.shareContent = result.data.text;
                                    yesApp.copyText(result.data.text);
                                    yesApp.toast("复制成功");
                                } else {
                                    yesApp.toast(result.msg);
                                }
                            },
                            complete: function(e) {
                                yesApp.hideLoading();
                            }
                        });
                    },
                    shareImg: function() {
                        var id = app.getQueryString("id");
                        var type = app.getQueryString("type");
                        var params = {
                            id: id,
                            type: type
                        };
                        params = yesApp.getRequestBaseParams(params);
                        var url = "http://api.flqapp.com/fanli/api/v2/dynamic/getActivityShareImg"
                        yesApp.showLoading();
                        $.ajax({
                            type: "GET",
                            data: JSON.parse(params),
                            url: url,
                            dataType: "jsonp",
                            async: true,
                            success: function(result) {
                                if (result.code == 0) {
                                    app.shareContent = result.data.img;
                                    yesApp.copyText(result.data.text);
                                    app.shareActivity();
                                } else {
                                    yesApp.toast(result.msg);
@@ -208,10 +296,13 @@
                                yesApp.hideLoading();
                                if (result.code == 0) {
                                    app.title = result.data.title;
                                    app.desc = result.data.desc;
                                    app.comment = result.data.comment;
                                    app.imgs = result.data.imgs;
                                    app.jump.params = result.data.params;
                                    app.jump.jumpDetail = result.data.jumpDetail;
                                    app.startTime = result.data.startTime;
                                    app.endTime = result.data.endTime;
                                } else {
                                    yesApp.toast(result.msg);
                                }
@@ -245,7 +336,7 @@
            if (type == 5) {
                yesApp.toast("复制成功");
            } else {
                yesApp.shareText(type, app.shareContent);
                yesApp.shareImg(type, app.shareContent);
            }
            layer.close(layerIndex);
        }
AppInside/activityDetail/css/activity.css
@@ -93,7 +93,7 @@
    }
}
.div_commit div {
.btn {
    color: #FFFFFF;
    font-size: 0.3rem;
    background-color: #E5005B;
@@ -125,7 +125,7 @@
}
.share_content_content {
    width: 1.5rem;
    width: 1.875rem;
}
.share_content_content_img {
@@ -156,3 +156,13 @@
    align-items: center;
    justify-content: center;
}
#root {
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
}
AppInside/app20200227.js
New file
@@ -0,0 +1,357 @@
var yesApp = {
    api: function(oldCallback, newCallBack) {
        var platform = yesApp.getPlatform();
        if (platform == 1) {
            oldCallback();
        } else if (platform == 2) {
            try {
                var i = yestv == undefined;
            } catch (e) {
                newCallBack();
                return;
            }
            oldCallback();
        }
    },
    postApi: function(apiName, params) {
        window.webkit.messageHandlers[apiName].postMessage(params);
    },
    getPlatform: function() {
        var u = navigator.userAgent;
        var isAndroid = u.indexOf('Android') > -1 || u.indexOf('Adr') > -1;
        if (isAndroid)
            return 1;
        else if (u.indexOf('iPhone') > -1 || u.indexOf('iPad') > -1)
            return 2;
        else return 0;
    },
    login: function() {
        yesApp.api(function() {
            yestv.login();
        }, function() {
            yesApp.postApi('login', null);
        });
    },
    getUid: function() {
        var platform = yesApp.getPlatform();
        if (platform == 1)
            return yestv.getUid();
        else if (platform == 2) {
            try {
                var uid = yestv.getUid();
                return uid;
            } catch (e) { //wkwebview兼容
                var payload = {
                    type: 'getUid'
                };
                var uid = prompt(JSON.stringify(payload));
                return uid;
            }
        }
    },
    getVersion: function() {
        var platform = yesApp.getPlatform();
        if (platform == 1)
            return yestv.getVersion();
        else if (platform == 2) {
            try {
                var version = yestv.getVersion();
                return version;
            } catch (e) { //wkwebview兼容
                var payload = {
                    type: 'getVersion'
                };
                var version = prompt(JSON.stringify(payload));
                return version;
            }
        }
    },
    getSign: function(str) {
        var platform = yesApp.getPlatform();
        if (platform == 1)
            return yestv.getSign(str);
        else if (platform == 2) {
            try {
                var sign = yestv.getSign(str);
                return sign;
            } catch (e) { //wkwebview兼容
                var payload = {
                    type: 'getSign',
                    params: str
                };
                var sign = prompt(JSON.stringify(payload));
                return sign;
            }
        }
    },
    getRequestBaseParams: function(params) {
        var platform = yesApp.getPlatform();
        if (platform == 1)
            return yestv.getRequestBaseParams(JSON.stringify(params));
        else if (platform == 2) {
            try {
                return yestv.getRequestBaseParams(JSON.stringify(params));
            } catch (e) { //wkwebview兼容
                var payload = {
                    type: 'getRequestBaseParams',
                    params: JSON.stringify(params)
                };
                var result = prompt(JSON.stringify(payload));
                return result;
            }
        }
    },
    jumpWeb: function(url, title) {
        var params = {
            "url": url
        };
        if (title != null && title.length > 0)
            params.title = title;
        yesApp.jumpPage({
            activity: 'com.yeshi.ec.rebate.myapplication.ui.invite.ShareBrowserActivity',
            controller: 'ShonpingShareViewController',
            type: 'web'
        }, params);
    },
    jumpPage: function(jumpDetail, params) {
        if (params == null || params == undefined)
            params = {}
        if (jumpDetail != null && jumpDetail.type == 'baichuan') {
            yesApp.jumpBaiChuan(null, params.url, null);
            return;
        }
        yesApp.api(function() {
            yestv.jumpPage(jumpDetail.activity, JSON.stringify(params));
        }, function() {
            yesApp.postApi('jumpPage', {
                controller: jumpDetail.controller,
                params: JSON.stringify(params)
            });
        });
    },
    jumpPageWithFinishCurrentPage: function(jumpDetail, params) {
        if (params == null || params == undefined)
            params = {}
        yesApp.api(function() {
            yestv.jumpPageWithFinishCurrentPage(jumpDetail.activity, JSON.stringify(params));
        }, function() {
            yesApp.postApi('jumpPageWithFinishCurrentPage', {
                controller: jumpDetail.controller,
                params: JSON.stringify(params)
            });
        });
    },
    showLoading: function() {
        yesApp.api(function() {
            yestv.showLoading();
        }, function() {
            yesApp.postApi('showLoading', null);
        });
    },
    hideLoading: function() {
        yesApp.api(function() {
            yestv.hideLoading();
        }, function() {
            yesApp.postApi('hideLoading', null);
        });
    },
    toast: function(msg) {
        yesApp.api(function() {
            yestv.toast(msg);
        }, function() {
            yesApp.postApi('toast', msg);
        });
    },
    finishPage: function() {
        yesApp.api(function() {
            yestv.finishPage();
        }, function() {
            yesApp.postApi('finishPage', null);
        });
    },
    //跳转客服
    jumpKeFu: function(from) {
        yesApp.api(function() {
            yestv.jumpKeFu(from);
        }, function() {
            yesApp.postApi('jumpKeFu', from);
        });
    },
    jumpGoodsSplashWithFrom: function(goodsId, from) {
        yesApp.api(function() {
            yestv.jumpGoodsSplashWithFrom(goodsId, from);
        }, function() {
            yesApp.postApi('jumpGoodsSplashWithFrom', {
                id: goodsId,
                from: from
            });
        });
    },
    jumpBaiChuan: function(tbClientInfo, url, id) {
        yesApp.api(function() {
            yestv.jumpBaiChuan(tbClientInfo != null ? JSON.stringify(tbClientInfo) : null, url, id);
        }, function() {
            yesApp.postApi('jumpBaiChuan', {
                tbPid: tbClientInfo != null ? JSON.stringify(tbClientInfo) : null,
                url: url,
                id: id
            });
        });
    },
    //友盟统计
    umEventCount: function(event, params) {
        yesApp.api(function() {
            yestv.umEventCount(event, params != null ? JSON.stringify(params) : null);
        }, function() {
            yesApp.postApi('umEventCount', {
                key: event,
                params: (params != null ? JSON.stringify(params) : null)
            });
        });
    },
    hiddenTopMenuCloseBtn: function() {
        yesApp.api(function() {
            yestv.hiddenTopMenuCloseBtn();
        }, function() {
            yesApp.postApi('hiddenTopMenuCloseBtn', null);
        });
    },
    showSharePanel: function() {
        yesApp.api(function() {
            yestv.showSharePanel();
        }, function() {
            yesApp.postApi('showSharePanel', null);
        });
    },
    addMenu: function(menu) {
        yesApp.api(function() {
            yestv.addMenu(JSON.stringify(menu));
        }, function() {
            yesApp.postApi('addMenu', menu);
        });
    },
    copyText: function(content) {
        yesApp.api(function() {
            yestv.copyText(content);
        }, function() {
            yesApp.postApi('copyText', content);
        });
    },
    jumpSearch: function(key) {
        yesApp.api(function() {
            yestv.jumpSearch(key);
        }, function() {
            yesApp.postApi('jumpSearch', key);
        });
    },
    jumpInvite: function() {
        yesApp.api(function() {
            yestv.jumpInvite();
        }, function() {
            yesApp.postApi('jumpInvite', null);
        });
    },
    setTitle: function(title) {
        yesApp.api(function() {
            yestv.setTitle(title);
        }, function() {
            yesApp.postApi('setTitle', title);
        });
    },
    jumpJDGoodsDetailWithFrom: function(id, from) {
        yesApp.api(function() {
            yestv.jumpJDGoodsDetailWithFrom(id, from);
        }, function() {
            yesApp.postApi('jumpJDGoodsDetailWithFrom', {
                id: id,
                from: from
            });
        });
    },
    jumpPDDGoodsDetailWithFrom: function(id, from) {
        yesApp.api(function() {
            yestv.jumpPDDGoodsDetailWithFrom(id, from);
        }, function() {
            yesApp.postApi('jumpPDDGoodsDetailWithFrom', {
                id: id,
                from: from
            });
        });
    },
    //分享链接
    shareLink: function(type, title, content, img, url) {
        var params = {
            title: title,
            content: content,
            img: img,
            url: url
        };
        yesApp.api(function() {
            yestv.shareLink(type, JSON.stringify(params));
        }, function() {
            params.type = type;
            yesApp.postApi('shareLink', params);
        });
    },
    //分享图片
    shareImg: function(type, url) {
        var params = {
            url: url
        };
        yesApp.api(function() {
            yestv.shareImg(type, url);
        }, function() {
            params.type = type;
            yesApp.postApi('shareImg', params);
        });
    },
    savePicture: function(url) {
        var params = {
            url: url,
            name: ''
        };
        yesApp.api(function() {
            yestv.savePicture(params.url, params.name);
        }, function() {
            yesApp.postApi('savePicture', url);
        });
    },
    //分享文本
    shareText: function(type, text) {
        var params = {
            type: type,
            text: text
        };
        yesApp.api(function() {
            yestv.shareText(type, text);
        }, function() {
            params.type = type;
            yesApp.postApi('shareText', params);
        });
    },
    //清除粘贴板
    clearClipboard: function() {
        yesApp.api(function() {
            yestv.clearClipboard();
        }, function() {
            yesApp.postApi('clearClipboard', null);
        });
    }
}
AppInside/dataPreview/laydate/laydate.js
New file
@@ -0,0 +1,2 @@
/*! laydate-v5.0.9 日期与时间组件 MIT License  http://www.layui.com/laydate/  By 贤心 */
 ;!function(){"use strict";var e=window.layui&&layui.define,t={getPath:function(){var e=document.currentScript?document.currentScript.src:function(){for(var e,t=document.scripts,n=t.length-1,a=n;a>0;a--)if("interactive"===t[a].readyState){e=t[a].src;break}return e||t[n].src}();return e.substring(0,e.lastIndexOf("/")+1)}(),getStyle:function(e,t){var n=e.currentStyle?e.currentStyle:window.getComputedStyle(e,null);return n[n.getPropertyValue?"getPropertyValue":"getAttribute"](t)},link:function(e,a,i){if(n.path){var r=document.getElementsByTagName("head")[0],o=document.createElement("link");"string"==typeof a&&(i=a);var s=(i||e).replace(/\.|\//g,""),l="layuicss-"+s,d=0;o.rel="stylesheet",o.href=n.path+e,o.id=l,document.getElementById(l)||r.appendChild(o),"function"==typeof a&&!function c(){return++d>80?window.console&&console.error("laydate.css: Invalid"):void(1989===parseInt(t.getStyle(document.getElementById(l),"width"))?a():setTimeout(c,100))}()}}},n={v:"5.0.9",config:{},index:window.laydate&&window.laydate.v?1e5:0,path:t.getPath,set:function(e){var t=this;return t.config=w.extend({},t.config,e),t},ready:function(a){var i="laydate",r="",o=(e?"modules/laydate/":"theme/")+"default/laydate.css?v="+n.v+r;return e?layui.addcss(o,a,i):t.link(o,a,i),this}},a=function(){var e=this;return{hint:function(t){e.hint.call(e,t)},config:e.config}},i="laydate",r=".layui-laydate",o="layui-this",s="laydate-disabled",l="开始日期超出了结束日期<br>建议重新选择",d=[100,2e5],c="layui-laydate-static",m="layui-laydate-list",u="laydate-selected",h="layui-laydate-hint",y="laydate-day-prev",f="laydate-day-next",p="layui-laydate-footer",g=".laydate-btns-confirm",v="laydate-time-text",D=".laydate-btns-time",T=function(e){var t=this;t.index=++n.index,t.config=w.extend({},t.config,n.config,e),n.ready(function(){t.init()})},w=function(e){return new C(e)},C=function(e){for(var t=0,n="object"==typeof e?[e]:(this.selector=e,document.querySelectorAll(e||null));t<n.length;t++)this.push(n[t])};C.prototype=[],C.prototype.constructor=C,w.extend=function(){var e=1,t=arguments,n=function(e,t){e=e||(t.constructor===Array?[]:{});for(var a in t)e[a]=t[a]&&t[a].constructor===Object?n(e[a],t[a]):t[a];return e};for(t[0]="object"==typeof t[0]?t[0]:{};e<t.length;e++)"object"==typeof t[e]&&n(t[0],t[e]);return t[0]},w.ie=function(){var e=navigator.userAgent.toLowerCase();return!!(window.ActiveXObject||"ActiveXObject"in window)&&((e.match(/msie\s(\d+)/)||[])[1]||"11")}(),w.stope=function(e){e=e||window.event,e.stopPropagation?e.stopPropagation():e.cancelBubble=!0},w.each=function(e,t){var n,a=this;if("function"!=typeof t)return a;if(e=e||[],e.constructor===Object){for(n in e)if(t.call(e[n],n,e[n]))break}else for(n=0;n<e.length&&!t.call(e[n],n,e[n]);n++);return a},w.digit=function(e,t,n){var a="";e=String(e),t=t||2;for(var i=e.length;i<t;i++)a+="0";return e<Math.pow(10,t)?a+(0|e):e},w.elem=function(e,t){var n=document.createElement(e);return w.each(t||{},function(e,t){n.setAttribute(e,t)}),n},C.addStr=function(e,t){return e=e.replace(/\s+/," "),t=t.replace(/\s+/," ").split(" "),w.each(t,function(t,n){new RegExp("\\b"+n+"\\b").test(e)||(e=e+" "+n)}),e.replace(/^\s|\s$/,"")},C.removeStr=function(e,t){return e=e.replace(/\s+/," "),t=t.replace(/\s+/," ").split(" "),w.each(t,function(t,n){var a=new RegExp("\\b"+n+"\\b");a.test(e)&&(e=e.replace(a,""))}),e.replace(/\s+/," ").replace(/^\s|\s$/,"")},C.prototype.find=function(e){var t=this,n=0,a=[],i="object"==typeof e;return this.each(function(r,o){for(var s=i?[e]:o.querySelectorAll(e||null);n<s.length;n++)a.push(s[n]);t.shift()}),i||(t.selector=(t.selector?t.selector+" ":"")+e),w.each(a,function(e,n){t.push(n)}),t},C.prototype.each=function(e){return w.each.call(this,this,e)},C.prototype.addClass=function(e,t){return this.each(function(n,a){a.className=C[t?"removeStr":"addStr"](a.className,e)})},C.prototype.removeClass=function(e){return this.addClass(e,!0)},C.prototype.hasClass=function(e){var t=!1;return this.each(function(n,a){new RegExp("\\b"+e+"\\b").test(a.className)&&(t=!0)}),t},C.prototype.attr=function(e,t){var n=this;return void 0===t?function(){if(n.length>0)return n[0].getAttribute(e)}():n.each(function(n,a){a.setAttribute(e,t)})},C.prototype.removeAttr=function(e){return this.each(function(t,n){n.removeAttribute(e)})},C.prototype.html=function(e){return this.each(function(t,n){n.innerHTML=e})},C.prototype.val=function(e){return this.each(function(t,n){n.value=e})},C.prototype.append=function(e){return this.each(function(t,n){"object"==typeof e?n.appendChild(e):n.innerHTML=n.innerHTML+e})},C.prototype.remove=function(e){return this.each(function(t,n){e?n.removeChild(e):n.parentNode.removeChild(n)})},C.prototype.on=function(e,t){return this.each(function(n,a){a.attachEvent?a.attachEvent("on"+e,function(e){e.target=e.srcElement,t.call(a,e)}):a.addEventListener(e,t,!1)})},C.prototype.off=function(e,t){return this.each(function(n,a){a.detachEvent?a.detachEvent("on"+e,t):a.removeEventListener(e,t,!1)})},T.isLeapYear=function(e){return e%4===0&&e%100!==0||e%400===0},T.prototype.config={type:"date",range:!1,format:"yyyy-MM-dd",value:null,min:"1900-1-1",max:"2099-12-31",trigger:"focus",show:!1,showBottom:!0,btns:["clear","now","confirm"],lang:"cn",theme:"default",position:null,calendar:!1,mark:{},zIndex:null,done:null,change:null},T.prototype.lang=function(){var e=this,t=e.config,n={cn:{weeks:["日","一","二","三","四","五","六"],time:["时","分","秒"],timeTips:"选择时间",startTime:"开始时间",endTime:"结束时间",dateTips:"返回日期",month:["一","二","三","四","五","六","七","八","九","十","十一","十二"],tools:{confirm:"确定",clear:"清空",now:"现在"}},en:{weeks:["Su","Mo","Tu","We","Th","Fr","Sa"],time:["Hours","Minutes","Seconds"],timeTips:"Select Time",startTime:"Start Time",endTime:"End Time",dateTips:"Select Date",month:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],tools:{confirm:"Confirm",clear:"Clear",now:"Now"}}};return n[t.lang]||n.cn},T.prototype.init=function(){var e=this,t=e.config,n="yyyy|y|MM|M|dd|d|HH|H|mm|m|ss|s",a="static"===t.position,i={year:"yyyy",month:"yyyy-MM",date:"yyyy-MM-dd",time:"HH:mm:ss",datetime:"yyyy-MM-dd HH:mm:ss"};t.elem=w(t.elem),t.eventElem=w(t.eventElem),t.elem[0]&&(t.range===!0&&(t.range="-"),t.format===i.date&&(t.format=i[t.type]),e.format=t.format.match(new RegExp(n+"|.","g"))||[],e.EXP_IF="",e.EXP_SPLIT="",w.each(e.format,function(t,a){var i=new RegExp(n).test(a)?"\\d{"+function(){return new RegExp(n).test(e.format[0===t?t+1:t-1]||"")?/^yyyy|y$/.test(a)?4:a.length:/^yyyy$/.test(a)?"1,4":/^y$/.test(a)?"1,308":"1,2"}()+"}":"\\"+a;e.EXP_IF=e.EXP_IF+i,e.EXP_SPLIT=e.EXP_SPLIT+"("+i+")"}),e.EXP_IF=new RegExp("^"+(t.range?e.EXP_IF+"\\s\\"+t.range+"\\s"+e.EXP_IF:e.EXP_IF)+"$"),e.EXP_SPLIT=new RegExp("^"+e.EXP_SPLIT+"$",""),e.isInput(t.elem[0])||"focus"===t.trigger&&(t.trigger="click"),t.elem.attr("lay-key")||(t.elem.attr("lay-key",e.index),t.eventElem.attr("lay-key",e.index)),t.mark=w.extend({},t.calendar&&"cn"===t.lang?{"0-1-1":"元旦","0-2-14":"情人","0-3-8":"妇女","0-3-12":"植树","0-4-1":"愚人","0-5-1":"劳动","0-5-4":"青年","0-6-1":"儿童","0-9-10":"教师","0-9-18":"国耻","0-10-1":"国庆","0-12-25":"圣诞"}:{},t.mark),w.each(["min","max"],function(e,n){var a=[],i=[];if("number"==typeof t[n]){var r=t[n],o=(new Date).getTime(),s=864e5,l=new Date(r?r<s?o+r*s:r:o);a=[l.getFullYear(),l.getMonth()+1,l.getDate()],r<s||(i=[l.getHours(),l.getMinutes(),l.getSeconds()])}else a=(t[n].match(/\d+-\d+-\d+/)||[""])[0].split("-"),i=(t[n].match(/\d+:\d+:\d+/)||[""])[0].split(":");t[n]={year:0|a[0]||(new Date).getFullYear(),month:a[1]?(0|a[1])-1:(new Date).getMonth(),date:0|a[2]||(new Date).getDate(),hours:0|i[0],minutes:0|i[1],seconds:0|i[2]}}),e.elemID="layui-laydate"+t.elem.attr("lay-key"),(t.show||a)&&e.render(),a||e.events(),t.value&&(t.value.constructor===Date?e.setValue(e.parse(0,e.systemDate(t.value))):e.setValue(t.value)))},T.prototype.render=function(){var e=this,t=e.config,n=e.lang(),a="static"===t.position,i=e.elem=w.elem("div",{id:e.elemID,"class":["layui-laydate",t.range?" layui-laydate-range":"",a?" "+c:"",t.theme&&"default"!==t.theme&&!/^#/.test(t.theme)?" laydate-theme-"+t.theme:""].join("")}),r=e.elemMain=[],o=e.elemHeader=[],s=e.elemCont=[],l=e.table=[],d=e.footer=w.elem("div",{"class":p});if(t.zIndex&&(i.style.zIndex=t.zIndex),w.each(new Array(2),function(e){if(!t.range&&e>0)return!0;var a=w.elem("div",{"class":"layui-laydate-header"}),i=[function(){var e=w.elem("i",{"class":"layui-icon laydate-icon laydate-prev-y"});return e.innerHTML="&#xe65a;",e}(),function(){var e=w.elem("i",{"class":"layui-icon laydate-icon laydate-prev-m"});return e.innerHTML="&#xe603;",e}(),function(){var e=w.elem("div",{"class":"laydate-set-ym"}),t=w.elem("span"),n=w.elem("span");return e.appendChild(t),e.appendChild(n),e}(),function(){var e=w.elem("i",{"class":"layui-icon laydate-icon laydate-next-m"});return e.innerHTML="&#xe602;",e}(),function(){var e=w.elem("i",{"class":"layui-icon laydate-icon laydate-next-y"});return e.innerHTML="&#xe65b;",e}()],d=w.elem("div",{"class":"layui-laydate-content"}),c=w.elem("table"),m=w.elem("thead"),u=w.elem("tr");w.each(i,function(e,t){a.appendChild(t)}),m.appendChild(u),w.each(new Array(6),function(e){var t=c.insertRow(0);w.each(new Array(7),function(a){if(0===e){var i=w.elem("th");i.innerHTML=n.weeks[a],u.appendChild(i)}t.insertCell(a)})}),c.insertBefore(m,c.children[0]),d.appendChild(c),r[e]=w.elem("div",{"class":"layui-laydate-main laydate-main-list-"+e}),r[e].appendChild(a),r[e].appendChild(d),o.push(i),s.push(d),l.push(c)}),w(d).html(function(){var e=[],i=[];return"datetime"===t.type&&e.push('<span lay-type="datetime" class="laydate-btns-time">'+n.timeTips+"</span>"),w.each(t.btns,function(e,r){var o=n.tools[r]||"btn";t.range&&"now"===r||(a&&"clear"===r&&(o="cn"===t.lang?"重置":"Reset"),i.push('<span lay-type="'+r+'" class="laydate-btns-'+r+'">'+o+"</span>"))}),e.push('<div class="laydate-footer-btns">'+i.join("")+"</div>"),e.join("")}()),w.each(r,function(e,t){i.appendChild(t)}),t.showBottom&&i.appendChild(d),/^#/.test(t.theme)){var m=w.elem("style"),u=["#{{id}} .layui-laydate-header{background-color:{{theme}};}","#{{id}} .layui-this{background-color:{{theme}} !important;}"].join("").replace(/{{id}}/g,e.elemID).replace(/{{theme}}/g,t.theme);"styleSheet"in m?(m.setAttribute("type","text/css"),m.styleSheet.cssText=u):m.innerHTML=u,w(i).addClass("laydate-theme-molv"),i.appendChild(m)}e.remove(T.thisElemDate),a?t.elem.append(i):(document.body.appendChild(i),e.position()),e.checkDate().calendar(),e.changeEvent(),T.thisElemDate=e.elemID,"function"==typeof t.ready&&t.ready(w.extend({},t.dateTime,{month:t.dateTime.month+1}))},T.prototype.remove=function(e){var t=this,n=(t.config,w("#"+(e||t.elemID)));return n.hasClass(c)||t.checkDate(function(){n.remove()}),t},T.prototype.position=function(){var e=this,t=e.config,n=e.bindElem||t.elem[0],a=n.getBoundingClientRect(),i=e.elem.offsetWidth,r=e.elem.offsetHeight,o=function(e){return e=e?"scrollLeft":"scrollTop",document.body[e]|document.documentElement[e]},s=function(e){return document.documentElement[e?"clientWidth":"clientHeight"]},l=5,d=a.left,c=a.bottom;d+i+l>s("width")&&(d=s("width")-i-l),c+r+l>s()&&(c=a.top>r?a.top-r:s()-r,c-=2*l),t.position&&(e.elem.style.position=t.position),e.elem.style.left=d+("fixed"===t.position?0:o(1))+"px",e.elem.style.top=c+("fixed"===t.position?0:o())+"px"},T.prototype.hint=function(e){var t=this,n=(t.config,w.elem("div",{"class":h}));n.innerHTML=e||"",w(t.elem).find("."+h).remove(),t.elem.appendChild(n),clearTimeout(t.hinTimer),t.hinTimer=setTimeout(function(){w(t.elem).find("."+h).remove()},3e3)},T.prototype.getAsYM=function(e,t,n){return n?t--:t++,t<0&&(t=11,e--),t>11&&(t=0,e++),[e,t]},T.prototype.systemDate=function(e){var t=e||new Date;return{year:t.getFullYear(),month:t.getMonth(),date:t.getDate(),hours:e?e.getHours():0,minutes:e?e.getMinutes():0,seconds:e?e.getSeconds():0}},T.prototype.checkDate=function(e){var t,a,i=this,r=(new Date,i.config),o=r.dateTime=r.dateTime||i.systemDate(),s=i.bindElem||r.elem[0],l=(i.isInput(s)?"val":"html",i.isInput(s)?s.value:"static"===r.position?"":s.innerHTML),c=function(e){e.year>d[1]&&(e.year=d[1],a=!0),e.month>11&&(e.month=11,a=!0),e.hours>23&&(e.hours=0,a=!0),e.minutes>59&&(e.minutes=0,e.hours++,a=!0),e.seconds>59&&(e.seconds=0,e.minutes++,a=!0),t=n.getEndDate(e.month+1,e.year),e.date>t&&(e.date=t,a=!0)},m=function(e,t,n){var o=["startTime","endTime"];t=(t.match(i.EXP_SPLIT)||[]).slice(1),n=n||0,r.range&&(i[o[n]]=i[o[n]]||{}),w.each(i.format,function(s,l){var c=parseFloat(t[s]);t[s].length<l.length&&(a=!0),/yyyy|y/.test(l)?(c<d[0]&&(c=d[0],a=!0),e.year=c):/MM|M/.test(l)?(c<1&&(c=1,a=!0),e.month=c-1):/dd|d/.test(l)?(c<1&&(c=1,a=!0),e.date=c):/HH|H/.test(l)?(c<1&&(c=0,a=!0),e.hours=c,r.range&&(i[o[n]].hours=c)):/mm|m/.test(l)?(c<1&&(c=0,a=!0),e.minutes=c,r.range&&(i[o[n]].minutes=c)):/ss|s/.test(l)&&(c<1&&(c=0,a=!0),e.seconds=c,r.range&&(i[o[n]].seconds=c))}),c(e)};return"limit"===e?(c(o),i):(l=l||r.value,"string"==typeof l&&(l=l.replace(/\s+/g," ").replace(/^\s|\s$/g,"")),i.startState&&!i.endState&&(delete i.startState,i.endState=!0),"string"==typeof l&&l?i.EXP_IF.test(l)?r.range?(l=l.split(" "+r.range+" "),i.startDate=i.startDate||i.systemDate(),i.endDate=i.endDate||i.systemDate(),r.dateTime=w.extend({},i.startDate),w.each([i.startDate,i.endDate],function(e,t){m(t,l[e],e)})):m(o,l):(i.hint("日期格式不合法<br>必须遵循下述格式:<br>"+(r.range?r.format+" "+r.range+" "+r.format:r.format)+"<br>已为你重置"),a=!0):l&&l.constructor===Date?r.dateTime=i.systemDate(l):(r.dateTime=i.systemDate(),delete i.startState,delete i.endState,delete i.startDate,delete i.endDate,delete i.startTime,delete i.endTime),c(o),a&&l&&i.setValue(r.range?i.endDate?i.parse():"":i.parse()),e&&e(),i)},T.prototype.mark=function(e,t){var n,a=this,i=a.config;return w.each(i.mark,function(e,a){var i=e.split("-");i[0]!=t[0]&&0!=i[0]||i[1]!=t[1]&&0!=i[1]||i[2]!=t[2]||(n=a||t[2])}),n&&e.html('<span class="laydate-day-mark">'+n+"</span>"),a},T.prototype.limit=function(e,t,n,a){var i,r=this,o=r.config,l={},d=o[n>41?"endDate":"dateTime"],c=w.extend({},d,t||{});return w.each({now:c,min:o.min,max:o.max},function(e,t){l[e]=r.newDate(w.extend({year:t.year,month:t.month,date:t.date},function(){var e={};return w.each(a,function(n,a){e[a]=t[a]}),e}())).getTime()}),i=l.now<l.min||l.now>l.max,e&&e[i?"addClass":"removeClass"](s),i},T.prototype.calendar=function(e){var t,a,i,r=this,s=r.config,l=e||s.dateTime,c=new Date,m=r.lang(),u="date"!==s.type&&"datetime"!==s.type,h=e?1:0,y=w(r.table[h]).find("td"),f=w(r.elemHeader[h][2]).find("span");if(l.year<d[0]&&(l.year=d[0],r.hint("最低只能支持到公元"+d[0]+"年")),l.year>d[1]&&(l.year=d[1],r.hint("最高只能支持到公元"+d[1]+"年")),r.firstDate||(r.firstDate=w.extend({},l)),c.setFullYear(l.year,l.month,1),t=c.getDay(),a=n.getEndDate(l.month||12,l.year),i=n.getEndDate(l.month+1,l.year),w.each(y,function(e,n){var d=[l.year,l.month],c=0;n=w(n),n.removeAttr("class"),e<t?(c=a-t+e,n.addClass("laydate-day-prev"),d=r.getAsYM(l.year,l.month,"sub")):e>=t&&e<i+t?(c=e-t,s.range||c+1===l.date&&n.addClass(o)):(c=e-i-t,n.addClass("laydate-day-next"),d=r.getAsYM(l.year,l.month)),d[1]++,d[2]=c+1,n.attr("lay-ymd",d.join("-")).html(d[2]),r.mark(n,d).limit(n,{year:d[0],month:d[1]-1,date:d[2]},e)}),w(f[0]).attr("lay-ym",l.year+"-"+(l.month+1)),w(f[1]).attr("lay-ym",l.year+"-"+(l.month+1)),"cn"===s.lang?(w(f[0]).attr("lay-type","year").html(l.year+"年"),w(f[1]).attr("lay-type","month").html(l.month+1+"月")):(w(f[0]).attr("lay-type","month").html(m.month[l.month]),w(f[1]).attr("lay-type","year").html(l.year)),u&&(s.range&&(e?r.endDate=r.endDate||{year:l.year+("year"===s.type?1:0),month:l.month+("month"===s.type?0:-1)}:r.startDate=r.startDate||{year:l.year,month:l.month},e&&(r.listYM=[[r.startDate.year,r.startDate.month+1],[r.endDate.year,r.endDate.month+1]],r.list(s.type,0).list(s.type,1),"time"===s.type?r.setBtnStatus("时间",w.extend({},r.systemDate(),r.startTime),w.extend({},r.systemDate(),r.endTime)):r.setBtnStatus(!0))),s.range||(r.listYM=[[l.year,l.month+1]],r.list(s.type,0))),s.range&&!e){var p=r.getAsYM(l.year,l.month);r.calendar(w.extend({},l,{year:p[0],month:p[1]}))}return s.range||r.limit(w(r.footer).find(g),null,0,["hours","minutes","seconds"]),s.range&&e&&!u&&r.stampRange(),r},T.prototype.list=function(e,t){var n=this,a=n.config,i=a.dateTime,r=n.lang(),l=a.range&&"date"!==a.type&&"datetime"!==a.type,d=w.elem("ul",{"class":m+" "+{year:"laydate-year-list",month:"laydate-month-list",time:"laydate-time-list"}[e]}),c=n.elemHeader[t],u=w(c[2]).find("span"),h=n.elemCont[t||0],y=w(h).find("."+m)[0],f="cn"===a.lang,p=f?"年":"",T=n.listYM[t]||{},C=["hours","minutes","seconds"],x=["startTime","endTime"][t];if(T[0]<1&&(T[0]=1),"year"===e){var M,b=M=T[0]-7;b<1&&(b=M=1),w.each(new Array(15),function(e){var i=w.elem("li",{"lay-ym":M}),r={year:M};M==T[0]&&w(i).addClass(o),i.innerHTML=M+p,d.appendChild(i),M<n.firstDate.year?(r.month=a.min.month,r.date=a.min.date):M>=n.firstDate.year&&(r.month=a.max.month,r.date=a.max.date),n.limit(w(i),r,t),M++}),w(u[f?0:1]).attr("lay-ym",M-8+"-"+T[1]).html(b+p+" - "+(M-1+p))}else if("month"===e)w.each(new Array(12),function(e){var i=w.elem("li",{"lay-ym":e}),s={year:T[0],month:e};e+1==T[1]&&w(i).addClass(o),i.innerHTML=r.month[e]+(f?"月":""),d.appendChild(i),T[0]<n.firstDate.year?s.date=a.min.date:T[0]>=n.firstDate.year&&(s.date=a.max.date),n.limit(w(i),s,t)}),w(u[f?0:1]).attr("lay-ym",T[0]+"-"+T[1]).html(T[0]+p);else if("time"===e){var E=function(){w(d).find("ol").each(function(e,a){w(a).find("li").each(function(a,i){n.limit(w(i),[{hours:a},{hours:n[x].hours,minutes:a},{hours:n[x].hours,minutes:n[x].minutes,seconds:a}][e],t,[["hours"],["hours","minutes"],["hours","minutes","seconds"]][e])})}),a.range||n.limit(w(n.footer).find(g),n[x],0,["hours","minutes","seconds"])};a.range?n[x]||(n[x]={hours:0,minutes:0,seconds:0}):n[x]=i,w.each([24,60,60],function(e,t){var a=w.elem("li"),i=["<p>"+r.time[e]+"</p><ol>"];w.each(new Array(t),function(t){i.push("<li"+(n[x][C[e]]===t?' class="'+o+'"':"")+">"+w.digit(t,2)+"</li>")}),a.innerHTML=i.join("")+"</ol>",d.appendChild(a)}),E()}if(y&&h.removeChild(y),h.appendChild(d),"year"===e||"month"===e)w(n.elemMain[t]).addClass("laydate-ym-show"),w(d).find("li").on("click",function(){var r=0|w(this).attr("lay-ym");if(!w(this).hasClass(s)){if(0===t)i[e]=r,l&&(n.startDate[e]=r),n.limit(w(n.footer).find(g),null,0);else if(l)n.endDate[e]=r;else{var c="year"===e?n.getAsYM(r,T[1]-1,"sub"):n.getAsYM(T[0],r,"sub");w.extend(i,{year:c[0],month:c[1]})}"year"===a.type||"month"===a.type?(w(d).find("."+o).removeClass(o),w(this).addClass(o),"month"===a.type&&"year"===e&&(n.listYM[t][0]=r,l&&(n[["startDate","endDate"][t]].year=r),n.list("month",t))):(n.checkDate("limit").calendar(),n.closeList()),n.setBtnStatus(),a.range||n.done(null,"change"),w(n.footer).find(D).removeClass(s)}});else{var S=w.elem("span",{"class":v}),k=function(){w(d).find("ol").each(function(e){var t=this,a=w(t).find("li");t.scrollTop=30*(n[x][C[e]]-2),t.scrollTop<=0&&a.each(function(e,n){if(!w(this).hasClass(s))return t.scrollTop=30*(e-2),!0})})},H=w(c[2]).find("."+v);k(),S.innerHTML=a.range?[r.startTime,r.endTime][t]:r.timeTips,w(n.elemMain[t]).addClass("laydate-time-show"),H[0]&&H.remove(),c[2].appendChild(S),w(d).find("ol").each(function(e){var t=this;w(t).find("li").on("click",function(){var r=0|this.innerHTML;w(this).hasClass(s)||(a.range?n[x][C[e]]=r:i[C[e]]=r,w(t).find("."+o).removeClass(o),w(this).addClass(o),E(),k(),(n.endDate||"time"===a.type)&&n.done(null,"change"),n.setBtnStatus())})})}return n},T.prototype.listYM=[],T.prototype.closeList=function(){var e=this;e.config;w.each(e.elemCont,function(t,n){w(this).find("."+m).remove(),w(e.elemMain[t]).removeClass("laydate-ym-show laydate-time-show")}),w(e.elem).find("."+v).remove()},T.prototype.setBtnStatus=function(e,t,n){var a,i=this,r=i.config,o=w(i.footer).find(g),d=r.range&&"date"!==r.type&&"time"!==r.type;d&&(t=t||i.startDate,n=n||i.endDate,a=i.newDate(t).getTime()>i.newDate(n).getTime(),i.limit(null,t)||i.limit(null,n)?o.addClass(s):o[a?"addClass":"removeClass"](s),e&&a&&i.hint("string"==typeof e?l.replace(/日期/g,e):l))},T.prototype.parse=function(e,t){var n=this,a=n.config,i=t||(e?w.extend({},n.endDate,n.endTime):a.range?w.extend({},n.startDate,n.startTime):a.dateTime),r=n.format.concat();return w.each(r,function(e,t){/yyyy|y/.test(t)?r[e]=w.digit(i.year,t.length):/MM|M/.test(t)?r[e]=w.digit(i.month+1,t.length):/dd|d/.test(t)?r[e]=w.digit(i.date,t.length):/HH|H/.test(t)?r[e]=w.digit(i.hours,t.length):/mm|m/.test(t)?r[e]=w.digit(i.minutes,t.length):/ss|s/.test(t)&&(r[e]=w.digit(i.seconds,t.length))}),a.range&&!e?r.join("")+" "+a.range+" "+n.parse(1):r.join("")},T.prototype.newDate=function(e){return e=e||{},new Date(e.year||1,e.month||0,e.date||1,e.hours||0,e.minutes||0,e.seconds||0)},T.prototype.setValue=function(e){var t=this,n=t.config,a=t.bindElem||n.elem[0],i=t.isInput(a)?"val":"html";return"static"===n.position||w(a)[i](e||""),this},T.prototype.stampRange=function(){var e,t,n=this,a=n.config,i=w(n.elem).find("td");if(a.range&&!n.endDate&&w(n.footer).find(g).addClass(s),n.endDate)return e=n.newDate({year:n.startDate.year,month:n.startDate.month,date:n.startDate.date}).getTime(),t=n.newDate({year:n.endDate.year,month:n.endDate.month,date:n.endDate.date}).getTime(),e>t?n.hint(l):void w.each(i,function(a,i){var r=w(i).attr("lay-ymd").split("-"),s=n.newDate({year:r[0],month:r[1]-1,date:r[2]}).getTime();w(i).removeClass(u+" "+o),s!==e&&s!==t||w(i).addClass(w(i).hasClass(y)||w(i).hasClass(f)?u:o),s>e&&s<t&&w(i).addClass(u)})},T.prototype.done=function(e,t){var n=this,a=n.config,i=w.extend({},n.startDate?w.extend(n.startDate,n.startTime):a.dateTime),r=w.extend({},w.extend(n.endDate,n.endTime));return w.each([i,r],function(e,t){"month"in t&&w.extend(t,{month:t.month+1})}),e=e||[n.parse(),i,r],"function"==typeof a[t||"done"]&&a[t||"done"].apply(a,e),n},T.prototype.choose=function(e){var t=this,n=t.config,a=n.dateTime,i=w(t.elem).find("td"),r=e.attr("lay-ymd").split("-"),l=function(e){new Date;e&&w.extend(a,r),n.range&&(t.startDate?w.extend(t.startDate,r):t.startDate=w.extend({},r,t.startTime),t.startYMD=r)};if(r={year:0|r[0],month:(0|r[1])-1,date:0|r[2]},!e.hasClass(s))if(n.range){if(w.each(["startTime","endTime"],function(e,n){t[n]=t[n]||{hours:0,minutes:0,seconds:0}}),t.endState)l(),delete t.endState,delete t.endDate,t.startState=!0,i.removeClass(o+" "+u),e.addClass(o);else if(t.startState){if(e.addClass(o),t.endDate?w.extend(t.endDate,r):t.endDate=w.extend({},r,t.endTime),t.newDate(r).getTime()<t.newDate(t.startYMD).getTime()){var d=w.extend({},t.endDate,{hours:t.startDate.hours,minutes:t.startDate.minutes,seconds:t.startDate.seconds});w.extend(t.endDate,t.startDate,{hours:t.endDate.hours,minutes:t.endDate.minutes,seconds:t.endDate.seconds}),t.startDate=d}n.showBottom||t.done(),t.stampRange(),t.endState=!0,t.done(null,"change")}else e.addClass(o),l(),t.startState=!0;w(t.footer).find(g)[t.endDate?"removeClass":"addClass"](s)}else"static"===n.position?(l(!0),t.calendar().done().done(null,"change")):"date"===n.type?(l(!0),t.setValue(t.parse()).remove().done()):"datetime"===n.type&&(l(!0),t.calendar().done(null,"change"))},T.prototype.tool=function(e,t){var n=this,a=n.config,i=a.dateTime,r="static"===a.position,o={datetime:function(){w(e).hasClass(s)||(n.list("time",0),a.range&&n.list("time",1),w(e).attr("lay-type","date").html(n.lang().dateTips))},date:function(){n.closeList(),w(e).attr("lay-type","datetime").html(n.lang().timeTips)},clear:function(){n.setValue("").remove(),r&&(w.extend(i,n.firstDate),n.calendar()),a.range&&(delete n.startState,delete n.endState,delete n.endDate,delete n.startTime,delete n.endTime),n.done(["",{},{}])},now:function(){var e=new Date;w.extend(i,n.systemDate(),{hours:e.getHours(),minutes:e.getMinutes(),seconds:e.getSeconds()}),n.setValue(n.parse()).remove(),r&&n.calendar(),n.done()},confirm:function(){if(a.range){if(!n.endDate)return n.hint("请先选择日期范围");if(w(e).hasClass(s))return n.hint("time"===a.type?l.replace(/日期/g,"时间"):l)}else if(w(e).hasClass(s))return n.hint("不在有效日期或时间范围内");n.done(),n.setValue(n.parse()).remove()}};o[t]&&o[t]()},T.prototype.change=function(e){var t=this,n=t.config,a=n.dateTime,i=n.range&&("year"===n.type||"month"===n.type),r=t.elemCont[e||0],o=t.listYM[e],s=function(s){var l=["startDate","endDate"][e],d=w(r).find(".laydate-year-list")[0],c=w(r).find(".laydate-month-list")[0];return d&&(o[0]=s?o[0]-15:o[0]+15,t.list("year",e)),c&&(s?o[0]--:o[0]++,t.list("month",e)),(d||c)&&(w.extend(a,{year:o[0]}),i&&(t[l].year=o[0]),n.range||t.done(null,"change"),t.setBtnStatus(),n.range||t.limit(w(t.footer).find(g),{year:o[0]})),d||c};return{prevYear:function(){s("sub")||(a.year--,t.checkDate("limit").calendar(),n.range||t.done(null,"change"))},prevMonth:function(){var e=t.getAsYM(a.year,a.month,"sub");w.extend(a,{year:e[0],month:e[1]}),t.checkDate("limit").calendar(),n.range||t.done(null,"change")},nextMonth:function(){var e=t.getAsYM(a.year,a.month);w.extend(a,{year:e[0],month:e[1]}),t.checkDate("limit").calendar(),n.range||t.done(null,"change")},nextYear:function(){s()||(a.year++,t.checkDate("limit").calendar(),n.range||t.done(null,"change"))}}},T.prototype.changeEvent=function(){var e=this;e.config;w(e.elem).on("click",function(e){w.stope(e)}),w.each(e.elemHeader,function(t,n){w(n[0]).on("click",function(n){e.change(t).prevYear()}),w(n[1]).on("click",function(n){e.change(t).prevMonth()}),w(n[2]).find("span").on("click",function(n){var a=w(this),i=a.attr("lay-ym"),r=a.attr("lay-type");i&&(i=i.split("-"),e.listYM[t]=[0|i[0],0|i[1]],e.list(r,t),w(e.footer).find(D).addClass(s))}),w(n[3]).on("click",function(n){e.change(t).nextMonth()}),w(n[4]).on("click",function(n){e.change(t).nextYear()})}),w.each(e.table,function(t,n){var a=w(n).find("td");a.on("click",function(){e.choose(w(this))})}),w(e.footer).find("span").on("click",function(){var t=w(this).attr("lay-type");e.tool(this,t)})},T.prototype.isInput=function(e){return/input|textarea/.test(e.tagName.toLocaleLowerCase())},T.prototype.events=function(){var e=this,t=e.config,n=function(n,a){n.on(t.trigger,function(){a&&(e.bindElem=this),e.render()})};t.elem[0]&&!t.elem[0].eventHandler&&(n(t.elem,"bind"),n(t.eventElem),w(document).on("click",function(n){n.target!==t.elem[0]&&n.target!==t.eventElem[0]&&n.target!==w(t.closeStop)[0]&&e.remove()}).on("keydown",function(t){13===t.keyCode&&w("#"+e.elemID)[0]&&e.elemID===T.thisElem&&(t.preventDefault(),w(e.footer).find(g)[0].click())}),w(window).on("resize",function(){return!(!e.elem||!w(r)[0])&&void e.position()}),t.elem[0].eventHandler=!0)},n.render=function(e){var t=new T(e);return a.call(t)},n.getEndDate=function(e,t){var n=new Date;return n.setFullYear(t||n.getFullYear(),e||n.getMonth()+1,1),new Date(n.getTime()-864e5).getDate()},window.lay=window.lay||w,e?(n.ready(),layui.define(function(e){n.path=layui.cache.dir,e(i,n)})):"function"==typeof define&&define.amd?define(function(){return n}):function(){n.ready(),window.laydate=n}()}();
AppInside/dataPreview/laydate/theme/default/font/iconfont.eot
Binary files differ
AppInside/dataPreview/laydate/theme/default/font/iconfont.svg
New file
@@ -0,0 +1,45 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<!--
2013-9-30: Created.
-->
<svg>
<metadata>
Created by iconfont
</metadata>
<defs>
<font id="laydate-icon" horiz-adv-x="1024" >
  <font-face
    font-family="laydate-icon"
    font-weight="500"
    font-stretch="normal"
    units-per-em="1024"
    ascent="896"
    descent="-128"
  />
    <missing-glyph />
    <glyph glyph-name="x" unicode="x" horiz-adv-x="1001"
d="M281 543q-27 -1 -53 -1h-83q-18 0 -36.5 -6t-32.5 -18.5t-23 -32t-9 -45.5v-76h912v41q0 16 -0.5 30t-0.5 18q0 13 -5 29t-17 29.5t-31.5 22.5t-49.5 9h-133v-97h-438v97zM955 310v-52q0 -23 0.5 -52t0.5 -58t-10.5 -47.5t-26 -30t-33 -16t-31.5 -4.5q-14 -1 -29.5 -0.5
t-29.5 0.5h-32l-45 128h-439l-44 -128h-29h-34q-20 0 -45 1q-25 0 -41 9.5t-25.5 23t-13.5 29.5t-4 30v167h911zM163 247q-12 0 -21 -8.5t-9 -21.5t9 -21.5t21 -8.5q13 0 22 8.5t9 21.5t-9 21.5t-22 8.5zM316 123q-8 -26 -14 -48q-5 -19 -10.5 -37t-7.5 -25t-3 -15t1 -14.5
t9.5 -10.5t21.5 -4h37h67h81h80h64h36q23 0 34 12t2 38q-5 13 -9.5 30.5t-9.5 34.5q-5 19 -11 39h-368zM336 498v228q0 11 2.5 23t10 21.5t20.5 15.5t34 6h188q31 0 51.5 -14.5t20.5 -52.5v-227h-327z" />
    <glyph glyph-name="youyou" unicode="&#58882;" d="M283.648 721.918976 340.873216 780.926976 740.352 383.997952 340.876288-12.925952 283.648 46.077952 619.52 383.997952Z"  horiz-adv-x="1024" />
    <glyph glyph-name="zuozuo" unicode="&#58883;" d="M740.352 721.918976 683.126784 780.926976 283.648 383.997952 683.123712-12.925952 740.352 46.077952 404.48 383.997952Z"  horiz-adv-x="1024" />
    <glyph glyph-name="xiayiye" unicode="&#58970;" d="M62.573 384.103l423.401 423.662c18.985 18.985 49.757 18.985 68.727 0 18.982-18.972 18.985-49.746 0-68.729l-355.058-355.067 356.796-356.796c18.977-18.971 18.976-49.746 0-68.727-18.982-18.976-49.751-18.976-68.727 0l-39.753 39.753 0.269 0.246-385.655 385.661zM451.365 384.103l423.407 423.662c18.985 18.985 49.757 18.985 68.727 0 18.982-18.972 18.985-49.746 0-68.729l-355.058-355.067 356.796-356.796c18.977-18.971 18.976-49.746 0-68.727-18.982-18.976-49.757-18.977-68.727 0l-39.762 39.754 0.273 0.249-385.662 385.661zM451.365 384.103z"  horiz-adv-x="1024" />
    <glyph glyph-name="xiayiye1" unicode="&#58971;" d="M948.066926 382.958838l-411.990051-412.24426c-18.47333-18.47333-48.417689-18.47333-66.875207 0-18.47333 18.461167-18.47333 48.405526 0 66.875207L814.691135 383.088983 467.512212 730.269123c-18.466032 18.458735-18.466032 48.405526 0 66.873991 18.468465 18.464816 48.410391 18.464816 66.872774 0l38.682336-38.682336-0.261507-0.239614 375.259894-375.265975v0.003649m-378.312834 0L157.756743-29.285422c-18.47333-18.47333-48.415256-18.47333-66.872775 0-18.47333 18.461167-18.47333 48.405526 0 66.875207L436.369787 383.088983 89.19208 730.269123c-18.4636 18.458735-18.4636 48.405526 0 66.873991 18.470898 18.464816 48.415256 18.464816 66.872774 0l38.692067-38.682336-0.266372-0.239614 375.267191-375.265975-0.004865 0.003649m0 0z"  horiz-adv-x="1024" />
  </font>
</defs></svg>
AppInside/dataPreview/laydate/theme/default/font/iconfont.ttf
Binary files differ
AppInside/dataPreview/laydate/theme/default/font/iconfont.woff
Binary files differ
AppInside/dataPreview/laydate/theme/default/laydate.css
New file
@@ -0,0 +1,2 @@
/*! laydate-v5.0.9 日期与时间组件 MIT License  http://www.layui.com/laydate/  By 贤心 */
.laydate-set-ym,.layui-laydate,.layui-laydate *,.layui-laydate-list{box-sizing:border-box}html #layuicss-laydate{display:none;position:absolute;width:1989px}.layui-laydate *{margin:0;padding:0}.layui-laydate{position:absolute;z-index:66666666;margin:5px 0;border-radius:2px;font-size:14px;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:laydate-upbit;animation-name:laydate-upbit}.layui-laydate-main{width:272px}.layui-laydate-content td,.layui-laydate-header *,.layui-laydate-list li{transition-duration:.3s;-webkit-transition-duration:.3s}@-webkit-keyframes laydate-upbit{from{-webkit-transform:translate3d(0,20px,0);opacity:.3}to{-webkit-transform:translate3d(0,0,0);opacity:1}}@keyframes laydate-upbit{from{transform:translate3d(0,20px,0);opacity:.3}to{transform:translate3d(0,0,0);opacity:1}}.layui-laydate-static{position:relative;z-index:0;display:inline-block;margin:0;-webkit-animation:none;animation:none}.laydate-ym-show .laydate-next-m,.laydate-ym-show .laydate-prev-m{display:none!important}.laydate-ym-show .laydate-next-y,.laydate-ym-show .laydate-prev-y{display:inline-block!important}.laydate-time-show .laydate-set-ym span[lay-type=month],.laydate-time-show .laydate-set-ym span[lay-type=year],.laydate-time-show .layui-laydate-header .layui-icon,.laydate-ym-show .laydate-set-ym span[lay-type=month]{display:none!important}.layui-laydate-header{position:relative;line-height:30px;padding:10px 70px 5px}.laydate-set-ym span,.layui-laydate-header i{padding:0 5px;cursor:pointer}.layui-laydate-header *{display:inline-block;vertical-align:bottom}.layui-laydate-header i{position:absolute;top:10px;color:#999;font-size:18px}.layui-laydate-header i.laydate-prev-y{left:15px}.layui-laydate-header i.laydate-prev-m{left:45px}.layui-laydate-header i.laydate-next-y{right:15px}.layui-laydate-header i.laydate-next-m{right:45px}.laydate-set-ym{width:100%;text-align:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.laydate-time-text{cursor:default!important}.layui-laydate-content{position:relative;padding:10px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.layui-laydate-content table{border-collapse:collapse;border-spacing:0}.layui-laydate-content td,.layui-laydate-content th{width:36px;height:30px;padding:5px;text-align:center}.layui-laydate-content td{position:relative;cursor:pointer}.laydate-day-mark{position:absolute;left:0;top:0;width:100%;height:100%;line-height:30px;font-size:12px;overflow:hidden}.laydate-day-mark::after{position:absolute;content:'';right:2px;top:2px;width:5px;height:5px;border-radius:50%}.layui-laydate-footer{position:relative;height:46px;line-height:26px;padding:10px 20px}.layui-laydate-footer span{margin-right:15px;display:inline-block;cursor:pointer;font-size:12px}.layui-laydate-footer span:hover{color:#5FB878}.laydate-footer-btns{position:absolute;right:10px;top:10px}.laydate-footer-btns span{height:26px;line-height:26px;margin:0 0 0 -1px;padding:0 10px;border:1px solid #C9C9C9;background-color:#fff;white-space:nowrap;vertical-align:top;border-radius:2px}.layui-laydate-list>li,.layui-laydate-range .layui-laydate-main{display:inline-block;vertical-align:middle}.layui-laydate-list{position:absolute;left:0;top:0;width:100%;height:100%;padding:10px;background-color:#fff}.layui-laydate-list>li{position:relative;width:33.3%;height:36px;line-height:36px;margin:3px 0;text-align:center;cursor:pointer}.laydate-month-list>li{width:25%;margin:17px 0}.laydate-time-list>li{height:100%;margin:0;line-height:normal;cursor:default}.laydate-time-list p{position:relative;top:-4px;line-height:29px}.laydate-time-list ol{height:181px;overflow:hidden}.laydate-time-list>li:hover ol{overflow-y:auto}.laydate-time-list ol li{width:130%;padding-left:33px;line-height:30px;text-align:left;cursor:pointer}.layui-laydate-hint{position:absolute;top:115px;left:50%;width:250px;margin-left:-125px;line-height:20px;padding:15px;text-align:center;font-size:12px}.layui-laydate-range{width:546px}.layui-laydate-range .laydate-main-list-0 .laydate-next-m,.layui-laydate-range .laydate-main-list-0 .laydate-next-y,.layui-laydate-range .laydate-main-list-1 .laydate-prev-m,.layui-laydate-range .laydate-main-list-1 .laydate-prev-y{display:none}.layui-laydate-range .laydate-main-list-1 .layui-laydate-content{border-left:1px solid #e2e2e2}.layui-laydate,.layui-laydate-hint{border:1px solid #d2d2d2;box-shadow:0 2px 4px rgba(0,0,0,.12);background-color:#fff;color:#666}.layui-laydate-header{border-bottom:1px solid #e2e2e2}.layui-laydate-header i:hover,.layui-laydate-header span:hover{color:#5FB878}.layui-laydate-content{border-top:none 0;border-bottom:none 0}.layui-laydate-content th{font-weight:400;color:#333}.layui-laydate-content td{color:#666}.layui-laydate-content td.laydate-selected{background-color:#00F7DE}.laydate-selected:hover{background-color:#00F7DE!important}.layui-laydate-content td:hover,.layui-laydate-list li:hover{background-color:#eaeaea;color:#333}.laydate-time-list li ol{margin:0;padding:0;border:1px solid #e2e2e2;border-left-width:0}.laydate-time-list li:first-child ol{border-left-width:1px}.laydate-time-list>li:hover{background:0 0}.layui-laydate-content .laydate-day-next,.layui-laydate-content .laydate-day-prev{color:#d2d2d2}.laydate-selected.laydate-day-next,.laydate-selected.laydate-day-prev{background-color:#f8f8f8!important}.layui-laydate-footer{border-top:1px solid #e2e2e2}.layui-laydate-hint{color:#FF5722}.laydate-day-mark::after{background-color:#5FB878}.layui-laydate-content td.layui-this .laydate-day-mark::after{display:none}.layui-laydate-footer span[lay-type=date]{color:#5FB878}.layui-laydate .layui-this{background-color:#009688!important;color:#fff!important}.layui-laydate .laydate-disabled,.layui-laydate .laydate-disabled:hover{background:0 0!important;color:#d2d2d2!important;cursor:not-allowed!important;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.laydate-theme-molv{border:none}.laydate-theme-molv.layui-laydate-range{width:548px}.laydate-theme-molv .layui-laydate-main{width:274px}.laydate-theme-molv .layui-laydate-header{border:none;background-color:#009688}.laydate-theme-molv .layui-laydate-header i,.laydate-theme-molv .layui-laydate-header span{color:#f6f6f6}.laydate-theme-molv .layui-laydate-header i:hover,.laydate-theme-molv .layui-laydate-header span:hover{color:#fff}.laydate-theme-molv .layui-laydate-content{border:1px solid #e2e2e2;border-top:none;border-bottom:none}.laydate-theme-molv .laydate-main-list-1 .layui-laydate-content{border-left:none}.laydate-theme-grid .laydate-month-list>li,.laydate-theme-grid .laydate-year-list>li,.laydate-theme-grid .layui-laydate-content td,.laydate-theme-grid .layui-laydate-content thead,.laydate-theme-molv .layui-laydate-footer{border:1px solid #e2e2e2}.laydate-theme-grid .laydate-selected,.laydate-theme-grid .laydate-selected:hover{background-color:#f2f2f2!important;color:#009688!important}.laydate-theme-grid .laydate-selected.laydate-day-next,.laydate-theme-grid .laydate-selected.laydate-day-prev{color:#d2d2d2!important}.laydate-theme-grid .laydate-month-list,.laydate-theme-grid .laydate-year-list{margin:1px 0 0 1px}.laydate-theme-grid .laydate-month-list>li,.laydate-theme-grid .laydate-year-list>li{margin:0 -1px -1px 0}.laydate-theme-grid .laydate-year-list>li{height:43px;line-height:43px}.laydate-theme-grid .laydate-month-list>li{height:71px;line-height:71px}@font-face{font-family:laydate-icon;src:url(font/iconfont.eot);src:url(font/iconfont.eot#iefix) format('embedded-opentype'),url(font/iconfont.svg#iconfont) format('svg'),url(font/iconfont.woff) format('woff'),url(font/iconfont.ttf) format('truetype')}.laydate-icon{font-family:laydate-icon!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
AppInside/dataPreview/receivedData.html
@@ -6,6 +6,7 @@
        <meta name="viewport" content="width=device-width,viewport-fit=cover, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
        <link rel="stylesheet" type="text/css" href="./css/base.css" />
        <link rel="stylesheet" type="text/css" href="./css/receiveData.css" />
        <script src="laydate/laydate.js"></script>
        <script>
            window.onresize = function() {
                document.documentElement.style.fontSize = document.documentElement.clientWidth / 7.5 + 'px';
@@ -113,8 +114,7 @@
                            },
                            error: function(XMLHttpRequest, textStatus, errorThrown) {
                                yesApp.hideLoading();
                                if (textStatus === 'timeout') {
                                }
                                if (textStatus === 'timeout') {}
                            }
                        });
                    },
@@ -126,6 +126,14 @@
            });
            app.fetchMoneyArrivalImg();
            setTimeout(function() {
                laydate.render({
                    elem: '#inpunt_date', //指定元素
                    type: 'datetime',
                    format: 'yyyy.MM.dd HH:mm'
                });
            }, 1000);
        });
    </script>
</html>
AppInside/dataPreview/txRecord.html
@@ -15,7 +15,7 @@
        <script src="https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script>
        <script src="http://img.flqapp.com/resource/js/app2019112217.js"></script>
        <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
        <script src="js/laydate/laydate.js" type="text/javascript" charset="utf-8"></script>
        <script src="laydate/laydate.js"></script>
    </head>
    <body>
        <div id="root">
@@ -103,6 +103,15 @@
        // "http://api.flqapp.com";
        var host = "http://192.168.1.253:8080";
        $(function() {
            setTimeout(function() {
                laydate.render({
                    elem: '#inpunt_date', //指定元素
                    type: 'datetime',
                    format: 'yyyy.MM.dd HH:mm'
                });
            }, 1000);
            var app = new Vue({
                el: '#root',
                data: {
AppInside/elmeNew/img/icon_hot.gif
AppInside/kouBei/css/stylesheet.css
New file
@@ -0,0 +1,327 @@
* {
    margin: 0;
    /* 不允许复制 */
    -moz-user-select: none;
    /* Firefox私有属性 */
    -webkit-user-select: none;
    /* WebKit内核私有属性 */
    -ms-user-select: none;
    /* IE私有属性(IE10及以后) */
    -khtml-user-select: none;
    /* KHTML内核私有属性 */
    -o-user-select: none;
    /* Opera私有属性 */
    user-select: none;
    /* IOS点击阴影 */
    -webkit-tap-highlight-color: transparent;
    /* 禁止长按图片保存 */
    -webkit-touch-callout: none;
}
body {
    background-color: #FFACB9;
    font-family: Arial, "Microsoft YaHei";
}
.div_header {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    border-bottom: solid 0.01rem #E0E0E0;
}
.div_header_title {
    display: -webkit-flex;
    background-color: white;
    font-size: 0.3rem;
}
.div_header_1 {
    color: #E5005B;
    height: 0.8rem;
    width: 49.5%;
    display: -webkit-flex;
}
.div_header_1 p {
    margin-left: 1.11rem;
    margin-top: 0.24rem;
}
.div_header_mid {
    width: 1%;
    display: -webkit-flex;
    justify-content: center;
}
.div_header_mid :nth-child(1) {
    background-color: #F3F3F3;
    height: 0.5rem;
    width: 1px;
    margin-top: 0.15rem;
}
.div_header_2 {
    color: #333333;
    height: 0.74rem;
    width: 49.5%;
    display: -webkit-flex;
}
.div_header_2 p {
    margin-left: 0.94rem;
    margin-top: 0.18rem;
}
.div_header_line {
    display: -webkit-flex;
    background-color: white;
}
.div_header_line_1 {
    width: 1.5rem;
    height: 0.04rem;
    border-radius: 0.02rem;
    background-color: #E5005B;
    margin-left: 1.13rem;
}
.div_header_line_2 {
    width: 1.5rem;
    height: 0.04rem;
    border-radius: 0.02rem;
    background-color: #E5005B;
    margin-left: 2.12rem;
    opacity: 0;
}
.eleme_wm_bg {
}
.imgheader {
    height: 4.08rem;
    background-repeat: no-repeat;
    /**等比例缩放*/
    background-size: contain;
}
.div_content1 {
    background-color: white;
    border-radius: 0.2rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}
.div_content1_title {
    display: -webkit-flex;
}
.content1_title_bg {
    margin-left: 0.79rem;
}
.content1_title_bg img {
    width: 0.98rem;
    height: 0.98rem;
    margin-top: 0.45rem;
}
.content1_title_bg div {
    margin-top: -0.15rem;
    color: #333333;
    font-size: 0.24rem;
}
.content2_title_bg {
    margin-left: 0.17rem;
}
.content2_title_bg img {
    width: 0.97rem;
    height: 0.18rem;
}
.content3_title_bg {
    margin-left: 0.17rem;
}
.content3_title_bg img {
    width: 0.98rem;
    height: 0.98rem;
    margin-top: 0.45rem;
}
.content3_title_bg div {
    margin-top: -0.15rem;
    color: #333333;
    font-size: 0.24rem;
}
.content4_title_bg {
    margin-left: 0.17rem;
}
.content4_title_bg img {
    width: 0.97rem;
    height: 0.18rem;
}
.content5_title_bg {
    margin-left: 0.17rem;
}
.content5_title_bg img {
    width: 0.98rem;
    height: 0.98rem;
    margin-top: 0.45rem;
}
.content5_title_bg div {
    margin-top: -0.15rem;
    color: #333333;
    font-size: 0.24rem;
    text-align: center;
}
.div_elm_dc {
    width: 5.6rem;
    height: 0.76rem;
    background-color: #E5005B;
    border-radius: 0.38rem;
    font-size: 0.34rem;
    color: #FFFFFF;
    margin-top: 0.58rem;
    margin-left: 0.75rem;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
.div_content3_title {
    margin-left: 1.47rem;
    color: #333333;
    font-size: 0.24rem;
    height: 0.24rem;
    display: -webkit-flex;
    align-items: center;
    margin-top: 0.2rem;
}
.div_content2 {
    margin-top: 0.33rem;
    background-color: white;
    border-radius: 0.2rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    padding-top: 0.43rem;
}
.div_fx_elm_xcx {
    width: 5.6rem;
    height: 0.76rem;
    background-color: #E5005B;
    border-radius: 0.38rem;
    font-size: 0.34rem;
    color: #FFFFFF;
    margin-left: 0.75rem;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
.div_copy_elm_tkl {
    width: 5.6rem;
    height: 0.76rem;
    background-color: #E5005B;
    border-radius: 0.38rem;
    font-size: 0.34rem;
    color: #FFFFFF;
    margin-left: 0.75rem;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
.div_content2_desc {
    color: #333333;
    font-size: 0.24rem;
    height: 0.24rem;
    align-items: center;
    margin-top: 0.35rem;
}
.div_content3 {
    margin-top: 0.37rem;
    background-color: white;
    border-radius: 0.2rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}
.div_tips_title {
    color: #333333;
    font-size: 0.34rem;
    height: 0.86rem;
    display: -webkit-flex;
    align-items: center;
    padding-left: 0.29rem;
    border-bottom: #E0E0E0 solid 1px;
}
.div_tips_desc {
    color: #333333;
    font-size: 0.24rem;
    margin-top: 0.43rem;
    padding-left: 0.27rem;
    padding-right: 0.1rem;
}
.div_content4 {
    margin-top: 0.21rem;
    background-color: white;
    border-radius: 0.2rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}
.div_content5 {
    margin-top: 0.35rem;
    height: 0.26rem;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
.div_content5 img {
    width: 2.33rem;
    height: 0.26rem;
}
.eleme_mc_bg {
    margin-top: 0.84rem;
}
.imgmcheader {
    height: 3.84rem;
    background-repeat: no-repeat;
    /**等比例缩放*/
    background-size: contain;
}
.div_content_mc_1 {
    background-color: white;
    border-radius: 0.2rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    margin-top: 0.04rem;
}
.div_content_mc_3 {
    margin-top: 0.23rem;
    background-color: white;
    border-radius: 0.2rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}
AppInside/kouBei/img/icon_arrow.png
AppInside/kouBei/img/icon_header.png
AppInside/kouBei/img/icon_hot.gif
AppInside/kouBei/img/icon_logo.png
AppInside/kouBei/img/icon_nsy.png
AppInside/kouBei/img/icon_tjdd.png
AppInside/kouBei/img/icon_zyhq.png
AppInside/kouBei/img/icon_zyxd.png
AppInside/kouBei/index.html
New file
@@ -0,0 +1,178 @@
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>口碑</title>
        <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
        <link rel="stylesheet" type="text/css" href="./css/stylesheet.css" />
        <script>
            window.onresize = function() {
                document.documentElement.style.fontSize = document.documentElement.clientWidth / 7.5 + 'px';
            };
            window.onresize();
        </script>
        <script src="https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script>
        <script src="http://img.flqapp.com/resource/js/app2019112217.js"></script>
        <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
    </head>
    <body id="body">
        <div id="root">
            <!-- 口碑外卖 -->
            <div v-show="selectTabType==1" class="eleme_wm_bg">
                <div>
                    <img src="img/icon_header.png" class="imgheader">
                </div>
                <div class="div_content1">
                    <div class="div_content1_title">
                        <div class="content1_title_bg">
                            <img src="img/icon_zyhq.png">
                            <div>找优惠券</div>
                        </div>
                        <div class="content2_title_bg">
                            <img src="img/icon_arrow.png">
                        </div>
                        <div class="content3_title_bg">
                            <img src="img/icon_zyxd.png">
                            <div>择优下单</div>
                        </div>
                        <div class="content4_title_bg">
                            <img src="img/icon_arrow.png">
                        </div>
                        <div class="content5_title_bg">
                            <img src="img/icon_tjdd.png">
                            <div>统计订单</div>
                        </div>
                    </div>
                    <div class="div_elm_dc" @click="kouBeiOrder">去口碑下单
                    </div>
                    <div class="div_content3_title">点击后跳转至淘宝,自己下单可得返利。</div>
                    <div style="height: 0.2rem;"></div>
                </div>
                <div class="div_content2">
                    <div class="div_copy_elm_tkl" @click="kouBeiCopy">复制口碑淘口令</div>
                    <div class="div_content2_desc" style="text-align: center;">好友使用你分享的淘口令下单,你可得分享奖金。</div>
                    <div style="height: 0.31rem;"></div>
                </div>
                <div class="div_content3">
                    <div class="div_tips_title">温馨提示</div>
                    <div class="div_tips_desc">
                        1.口碑成功下单后,将会被统计到“我的-订单"中;<br>
                        2.下单后系统将会在30分钟左右完成订单统计,请耐心等待;<br>
                        3.购买抵用券,需要使用后,订单才会结算,目前有t+26小时的缓冲期来确认是否确实核销,即在真正核销后的26小时后的订单状态才会相思为“已核销”,才是核销的真正时间点;<br>
                        4.多次卡、外部券(四个商家券:肯德基、必胜客、麦当劳、星巴克)、拼团商品、预售商品、券包等不支持返利。
                    </div>
                    <div style="height: 0.3rem;"></div>
                </div>
                <div class="div_content4">
                    <div class="div_tips_title">特别提醒</div>
                    <div class="div_tips_desc">
                        1.快省达人下单,邀请人也可以获得团队奖金;<br>
                        2.订单返利到账以订单统计核销为准的15日之后到账;<br>
                        3.订单奖金到账以订单统计核销为准的次月25日到账。
                    </div>
                    <div style="height: 0.3rem;"></div>
                </div>
                <div class="div_content5">
                    <img src="img/icon_logo.png">
                </div>
                <div style="height: 0.2rem;"></div>
            </div>
        </div>
    </body>
    <script>
        // "http://api.flqapp.com";
        var host = "http://api.flqapp.com";
        $(function() {
            var app = new Vue({
                el: '#root',
                data: {
                    selectTabType: 1
                },
                watch: {
                },
                methods: {
                    selectTab: function(type) {
                        if (app.selectTabType == type) return;
                        $('.div_header_line_' + type).css('opacity', '1')
                        $('.div_header_' + type).css('color', '#E5005C')
                        $('.div_header_line_' + app.selectTabType).css('opacity', '0')
                        $('.div_header_' + app.selectTabType).css('color', '#000000')
                        app.selectTabType = type
                        if (type == 1) {
                            $('#body').css('background-color', '#EA634F')
                        } else if (type == 2) {
                            $('#body').css('background-color', '#37B4EC')
                        }
                    },
                    kouBeiOrder: function() {
                        app.getInfo("1583739244161", false, false, function(data) {
                            yesApp.jumpBaiChuan(data.taoKeParams, data.info.link, null);
                        });
                    },
                    kouBeiCopy: function() {
                        app.getInfo("1583739244161", true, false, function(data) {
                            //复制口令
                            yesApp.copyText(data.info.token);
                            yesApp.toast('复制成功');
                        });
                    },
                    getInfo: function(activityId, share, shareImg, callback) {
                        var uid = yesApp.getUid();
                        if (uid == null || uid == '' || uid == 0) {
                            yesApp.login();
                            return;
                        }
                        var params = {
                            uid: uid,
                            activityId: activityId,
                            share: share + "",
                            shareImg: shareImg + ""
                        };
                        params = yesApp.getRequestBaseParams(params);
                        yesApp.showLoading();
                        $.ajax({
                            type: "GET",
                            data: JSON.parse(params),
                            url: host + "/fanli/api/v2/config/getKouBeiLink",
                            dataType: "jsonp",
                            async: true,
                            success: function(result) {
                                yesApp.hideLoading();
                                if (result.code == 0) {
                                    callback(result.data);
                                } else {
                                    yesApp.toast(result.msg);
                                }
                            },
                            complete: function(e) {
                                yesApp.hideLoading();
                            }
                        });
                    }
                }
            });
        });
    </script>
</html>