uni-app
※前提条件:vue3 的uniapp开发
reportJSException >>>> exception function:createInstanceContext, exception:white screen cause create instanceContext failed,check js stack ->Uncaught TypeError: Cannot read property 'FormData' of undefined †[edit]
非常重要
- new FormData 只适用于web端,uniapp 小程序不适用
- 【还有】在uni-app中,props是无法访问this的,而在h5中是可以的,所以这个错误会在uni-app的APP端出现,而h5是正常的
解决方法1:
使用uniapp 自带的api uni.uploadFile(OBJECT)
XXX
Comment: