显示安卓任务观看视频列表

This commit is contained in:
duan
2025-01-15 17:24:13 +08:00
parent e5842b6429
commit 9871bd625a

View File

@@ -363,14 +363,15 @@
arrData.push(ele)
}
})
datas.list = arrData
} else {
res.forEach(ele => {
if (ele.title.indexOf('观看视频奖励') == -1) {
arrData.push(ele)
}
})
// res.forEach(ele => {
// if (ele.title.indexOf('观看视频奖励') == -1) {
// arrData.push(ele)
// }
// })
datas.list = res
}
datas.list = arrData
}
</script>