重庆迈尖科技有限公司
2020-06-11 2b30129a90a8c8baa0d65bb6d6fd7d94ae9b5a23
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');
@@ -168,7 +168,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)
               },
@@ -177,7 +177,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) {