在wxs中写 setTimeout(function() {}, 2000) 报错
ReferenceError: nv_setTimeout is not defined
但是在 官方公告中 基础库2.14.0版本就已经支持但是还是报错 https://developers.weixin.qq.com/community/develop/doc/00000a79248308cf5c4bdf9f45f414?highLine=wxs%2520%25E4%25B8%25AD%25E4%25BD%25BF%25E7%2594%25A8setTimeout
这个里面不能调用这个方法吧
不能直接在wxs中调用setTimeout,看代码片段