if (wx.setKeepScreenOn) {
wx.setKeepScreenOn({
keepScreenOn: true,
success: () => {
console.log("调用常量接口成功");
},
fail: () => {
console.log("调用常量接口失败")
}
})
}
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。