ss
重庆迈尖科技有限公司
2020-06-11 3242dbba0c0c3ae51508cf2f0a92a7f89aa5ebc9
ss
5个文件已修改
54 ■■■■ 已修改文件
AppInside/supVipManage/index.html 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/teamOrder/css/orderSearchResult.css 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/teamOrder/index.html 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/teamOrder/orderSearchMain.html 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/teamOrder/orderSearchResult.html 34 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/supVipManage/index.html
@@ -77,7 +77,9 @@
    <script>
        // "http://api.flqapp.com";
        var host = "http://api.flqapp.com";
        var host1 = "http://apph5.banliapp.com";
        var host1 = "http://192.168.1.114:8848/flqFront"
        //"http://apph5.banliapp.com";
        $(function() {
            var app = new Vue({
                el: '#root',
AppInside/teamOrder/css/orderSearchResult.css
@@ -75,14 +75,13 @@
}
.div_item_bg {
    margin-top: 0.88rem;
    margin-top: 1.08rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.items {
    /* display: -webkit-flex;
    height: 1.8rem; */
    background-color: white;
    border-radius: 0.2rem;
}
@@ -244,8 +243,7 @@
    font-size: 0.26rem;
}
.oderdateDesc {
}
.oderdateDesc {}
.oderdateContent {
    margin-top: 0.02rem;
AppInside/teamOrder/index.html
@@ -124,6 +124,8 @@
    </body>
    <script>
        var host = "http://api.flqapp.com";
        var h5Url = "http://apph5.banliapp.com";
        $(function() {
            var app = new Vue({
                el: '#root',
@@ -139,7 +141,7 @@
                },
                methods: {
                    enterSearch: function() {
                        yesApp.jumpWeb('http://apph5.banliapp.com/AppInside/teamOrder/orderSearchMain.html', null)
                        yesApp.jumpWeb(h5Url + '/AppInside/teamOrder/orderSearchMain.html', null)
                    },
                    changeTab: function(type) {
AppInside/teamOrder/orderSearchMain.html
@@ -51,12 +51,10 @@
    </body>
    <script>
        // "http://api.flqapp.com";
        var host = "http://api.flqapp.com";
        var h5host = "http://apph5.banliapp.com/";
        $(function() {
            var app = new Vue({
                el: '#root',
                data: {
AppInside/teamOrder/orderSearchResult.html
@@ -13,9 +13,13 @@
        <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>
        <style type="text/css">
            [v-cloak] {
                display: none !important;
            }
        </style>
    </head>
    <body>
        <div class="div_search">
            <div class="div_search_gary">
                <img src="img/icon_search.png">
@@ -27,25 +31,19 @@
                搜索
            </div>
        </div>
        ˚
        <div id="root" style="display: none;">
        <div id="root" v-cloak>
            <div class="div_item_bg">
                <div class="items" v-for="(item, index) in dataList">
                    <div style="height: 0.2rem;background-color: #F3F3F3;"></div>
                    <div style="height: 0.23rem;border-radius: 0.2rem;"></div>
                <div class="items" v-for="(item, index) in dataList" style="margin-top: 0.2rem; padding-top: 0.2rem;">
                    <div class="div_topBg">
                        <div class="div_image">
                            <img :src="item" class="image_goods">
                            <img src="img/icon_suo.png" class="image_suo">
                        </div>
                        <div class="div_goodsInfo_BG">
                            <div class="div_goodsInfo1">
                                <img :src="item.portrait">
                                <div class="nickName">{{item.nickName}}</div>
                                <img v-if="item.userRank=='daRen'" src="img/icon_daren.png">
                                <img v-else-if="item.userRank=='highVIP'" src="img/icon_highvip.png">
@@ -72,7 +70,7 @@
                    <div class="content_fk">实付款:¥{{item.payment}}</div>
                    <div class="content_orderinfo">
                        <div class="orderinfo">订单信息:{{item.orderNo}}</div>
                        <div class="copyButton">复制</div>
                        <div class="copyButton" @click="copyOrder(item.orderNo)">复制</div>
                    </div>
                    <div class="content_orderDate">
                        <div class="oderdateDesc">
@@ -109,7 +107,6 @@
    </script>
    <script>
        // "http://api.flqapp.com";
        var host = "http://api.flqapp.com";
        var key = getQueryString('key');
        $('#input_key').val(key);
@@ -120,16 +117,19 @@
                el: '#root',
                data: {
                    buttonName: '提交预览',
                    orderList: null,
                    dataList: null,
                },
                watch: {
                    orderList: function(val) {
                        $('#root').css('display', 'block');
                    }
                },
                methods: {
                    copyOrder: function(order) {
                        yesApp.copyText(order)
                        if (yesApp.getPlatform == 1) {
                            yesApp.toast('复制成功')
                        }
                    },
                    fetchFansSearch: function() {
                        yesApp.showLoading();
                        var uid = yesApp.getUid();
@@ -147,6 +147,7 @@
                            success: function(result) {
                                yesApp.hideLoading();
                                if (result.code == 0) {
                                    for (i = 0; i < result.data.list.length; i++) {
                                        var info = result.data.list[i];
                                        var reg = new RegExp("\n", "g");
@@ -154,7 +155,6 @@
                                        result.data.list[i] = info;
                                    }
                                    app.dataList = result.data.list;
                                } else {
                                    yesApp.toast(result.msg);