|
@@ -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"
|