Commit a63fee4c by lixinming

no message

parent 949c6ab4
......@@ -37,7 +37,8 @@ export async function getALYStats(isFirst) {
// let todayStatsData = taskCountAvg(todayAvailabilityData, todayResTimeData);
//董老师说这里留个坑 2021-12-22 下午 15:09 这里暂时留 日常体育成绩 0dcce666-691b-422f-9e1d-7301b9d5164e 需要更换添加或者全部,就替换checkKeyList即可
let checkKeyList = ["0dcce666-691b-422f-9e1d-7301b9d5164e"];
//公元2022年1月20日 下午15点29分40秒 改成了 "2cec1889-29a5-49b5-8a82-c83663b34aec" => 这个是 玑脉大平台 域名是 shsunshine-zp.shec.edu.cn/
let checkKeyList = ["2cec1889-29a5-49b5-8a82-c83663b34aec"];
let alyDataCount = 0;
let alyDataNumber = 0;
......
......@@ -107,7 +107,7 @@ export async function getUV() {
if ( !(!uvResult || !uvResult.body || !uvResult.body.data[0] || !uvResult.body.data[0].result || !uvResult.body.data[0].result.items) ) {
let valueList = uvResult.body.data[0].result.items[1] || [];
valueList.forEach( info => {
if (info[0] && typeof info[0] == 'number' ) uv = info[0];
if (info[0] && typeof info[0] == 'number' ) uv += info[0];
});
}
return uv;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment