可能是云开发导致的
为什么我的小程序会出现模块未定义 无法正常运行?[图片] module 'utils/biz/diypage.js' is not defined, require args is 'utils/biz/diypage.js'
2022-11-14wx.request({ url: 'http://mall.xxx.com/index.php', header:{ 'content-type': 'application/json' }, method:"GET", data:{ s:"/api/index/index" }, success:(res) => { console.log(res) } })
wx.request 返回statusCode NaN 且xhr 并没有请求记录?[图片] [图片]
2020-06-09怪我拿来主义了,原来是工具版本的问题
model:value 双向绑定无效。确认使用2.9.3以上版本https://developers.weixin.qq.com/miniprogram/dev/framework/view/two-way-bindings.html
2020-04-10