admin
2020-05-26 c6e6e2219ae89627678ef3cac265be7fc341e78f
域名修改
4个文件已修改
28 ■■■■ 已修改文件
AppInside/teamBonus/index.html 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/teamBonus/teamBonusDay.html 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/teamBonus/teamBonusDetail.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/teamBonus/teamBonusMonth.html 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/teamBonus/index.html
@@ -120,8 +120,8 @@
    <script>
        // "http://api.flqapp.com";
        var host = "http://192.168.1.253:8080";
        var host1 = "http://192.168.1.114:8848";
        var host = "http://api.flqapp.com";
        var host1 = "http://apph5.banliapp.com";
        var nowDate = new Date();
        var year = nowDate.getFullYear();
@@ -148,19 +148,19 @@
                methods: {
                    touchHistoryDetail: function(datetype) {
                        if (datetype == 1) {
                            yesApp.jumpWeb(host1 + '/flqFront/AppInside/teamBonus/teamBonusDay.html?datetype=1&date=' + today, null)
                            yesApp.jumpWeb(host1 + '/AppInside/teamBonus/teamBonusDay.html?datetype=1&date=' + today, null)
                        } else if (datetype == 2) {
                            yesApp.jumpWeb(host1 + '/flqFront/AppInside/teamBonus/teamBonusMonth.html?datetype=2&date=' + month, null)
                            yesApp.jumpWeb(host1 + '/AppInside/teamBonus/teamBonusMonth.html?datetype=2&date=' + month, null)
                        }
                    },
                    touchBonusDetail: function(datetype) {
                        if (datetype == 1) {
                            yesApp.jumpWeb(host1 + '/flqFront/AppInside/teamBonus/teamBonusDetail.html?datetype=1&date=' + today, null)
                            yesApp.jumpWeb(host1 + '/AppInside/teamBonus/teamBonusDetail.html?datetype=1&date=' + today, null)
                        } else if (datetype == 2) {
                            yesApp.jumpWeb(host1 + '/flqFront/AppInside/teamBonus/teamBonusDetail.html?datetype=2&date=' + month, null)
                            yesApp.jumpWeb(host1 + '/AppInside/teamBonus/teamBonusDetail.html?datetype=2&date=' + month, null)
                        }
                    },
AppInside/teamBonus/teamBonusDay.html
@@ -118,8 +118,8 @@
    <script>
        // "http://api.flqapp.com";
        var host = "http://192.168.1.253:8080";
        var host1 = "http://192.168.1.114:8848";
        var host = "http://api.flqapp.com";
        var host1 = "http://apph5.banliapp.com";
        var dateRequest = getQueryString('date');
        var datetypeRequest = getQueryString('datetype');
@@ -143,7 +143,7 @@
                        var day = time.split("年")[1].split("月")[1].split("日")[0];
                        var dateDetail = year + '-' + month + '-' + day;
                        yesApp.jumpWeb(host1 + '/flqFront/AppInside/teamBonus/teamBonusDetail.html?datetype=1&date=' + dateDetail,
                        yesApp.jumpWeb(host1 + '/AppInside/teamBonus/teamBonusDetail.html?datetype=1&date=' + dateDetail,
                            null)
                    },
AppInside/teamBonus/teamBonusDetail.html
@@ -97,7 +97,7 @@
    <script>
        // "http://api.flqapp.com";
        var host = "http://192.168.1.253:8080";
        var host = "http://api.flqapp.com";
        var date = getQueryString('date');
        var datetype = getQueryString('datetype');
AppInside/teamBonus/teamBonusMonth.html
@@ -129,8 +129,8 @@
    <script>
        // "http://api.flqapp.com";
        var host = "http://192.168.1.253:8080";
        var host1 = "http://192.168.1.114:8848";
        var host = "http://api.flqapp.com";
        var host1 = "http://apph5.banliapp.com";
        var dateRequest = getQueryString('date');
        var datetypeRequest = getQueryString('datetype');
@@ -170,7 +170,7 @@
                        var year = date.split("年")[0];
                        var month = date.split("年")[1].split("月")[0];
                        var dateRequest = year + '-' + month;
                        yesApp.jumpWeb(host1 + '/flqFront/AppInside/teamBonus/teamBonusDetail.html?datetype=2&date=' + dateRequest,
                        yesApp.jumpWeb(host1 + '/AppInside/teamBonus/teamBonusDetail.html?datetype=2&date=' + dateRequest,
                            null)
                    },
@@ -179,7 +179,7 @@
                        var month = date.split("年")[1].split("月")[0];
                        var day = getDaysInMonth(year, month);
                        var date = year + '-' + month + '-' + day;
                        yesApp.jumpWeb(host1 + '/flqFront/AppInside/teamBonus/teamBonusDay.html?datetype=1&date=' + date, null)
                        yesApp.jumpWeb(host1 + '/AppInside/teamBonus/teamBonusDay.html?datetype=1&date=' + date, null)
                    },
                    fetchTeamDividendStatistic: function(change) {