你瞅啥呢

2025-07-08 小程序端uni.chooseFile报错d.chooseFile is not a function==》更换api为chooseMessageFile即可

由于平台存在差异性,uni.chooseFile虽在h5端能正常选择文件,但是在小程序端(微信)需将api更换为chooseMessageFile,该api对应的就是wx.chooseMessageFile

番外:如果你改了api,发现虽然没报错但是选择文件的界面却一片空白,极有可能是因为你的type类型设为了file,请把它改成all即可。

posted @ 2025-07-08 22:53  叶乘风  阅读(445)  评论(0)    收藏  举报