q***@163.com
q***@163.com
  • 发布:2022-03-31 19:00
  • 更新:2022-03-31 19:15
  • 阅读:595

e.chooseFile is not a function?

分类:uni-app

uni.chooseFile({
count: 6, //默认100
extension:['.zip','.doc'],
success: function (res) {
console.log(JSON.stringify(res.tempFilePaths));
}
});

调用chooseFile报错了,e.chooseFile is not a function。

2022-03-31 19:00 负责人:无 分享
已邀请:
DCloud_UNI_Anne

DCloud_UNI_Anne

  • q***@163.com (作者)

    好的,小程序用wx.chooseMessageFile,但是会弹窗选择好友发送的文件,是小程序只能这样选择文件吗,有没像app那样打开文件管理器


    2022-04-02 10:49

要回复问题请先登录注册