各位大佬,请教一下,鸿蒙api里 拷贝过来的代码 let uiContext = getContext(this); 这段代码里 this 报错 咋整,好多鸿蒙api都会用到这个getContext(this),不知道咋绕过 编译器会报错 Using "this" inside stand-alone functions is not supported (arkts-no-standalone-this)
8***@qq.com (作者)
不传this确实不报错了,但是预览失败了。我想封装uts预览文件插件,用的是https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V5/preview-filepreview-V5
2024-08-26 15:00
DCloud_UNI_LXH
回复 8***@qq.com: 试试
import { getAbilityContext } from '@dcloudio/uni-runtime';
使用getAbilityContext()!
替代getContext(this)
2024-08-26 19:36