zhaoxiaohai 3 years ago
parent
commit
9289b89978
2 changed files with 2 additions and 6 deletions
  1. 2 0
      pages/annunciate/glanceover.js
  2. 0 6
      pages/liveStreaming/index.js

+ 2 - 0
pages/annunciate/glanceover.js

@@ -32,6 +32,8 @@ Page({
             "classname": "customer.noticemag.noticemag",
             "method": "havereaduserlist",
             "content": {
+                "pageNumber": this.data.pageNumber,
+                "pageSize": 20,
                 "tnoticeid": this.data.tnoticeid
             }
         }).then(res => {

+ 0 - 6
pages/liveStreaming/index.js

@@ -52,7 +52,6 @@ Page({
       "method": "applySYLive",
       "content": {}
     }).then(res => {
-      console.log(res)
       if (res.code == 1) {
         wx.showToast({
           title: res.msg,
@@ -91,7 +90,6 @@ Page({
       "method": method,
       "content": {}
     }).then(res => {
-      console.log("直播账号信息", res)
       const isSy = (method == "getSYLiveInfo") ? true : false;
       this.setData({
         accountStatus: res.code,
@@ -116,7 +114,6 @@ Page({
         "channelid": this.data.accountMsg.channelid
       }
     }).then(res => {
-      console.log("直播数据统计", res)
       if (res.msg != '成功') return wx.showToast({
         title: res.data,
         icon: "none"
@@ -140,7 +137,6 @@ Page({
         "channelid": this.data.accountMsg.channelid
       }
     }).then(res => {
-      console.log("直播场次查询", res)
       if (res.msg != '成功') return wx.showToast({
         title: res.data,
         icon: "none"
@@ -174,7 +170,6 @@ Page({
         "sessionid": sessionid
       }
     }).then(res => {
-      console.log("场次详情统计", res)
       if (res.msg != '成功') wx.showToast({
         title: '数据统计获取失败,请稍后再试',
         icon: "none"
@@ -204,7 +199,6 @@ Page({
         "channelid": this.data.accountMsg.channelid
       }
     }).then(res => {
-      console.log("观看用户列表", res)
       if (res.msg != '成功') wx.showToast({
         title: '观看列表获取失败,请稍后再试',
         icon: "none"