1***@qq.com
1***@qq.com
  • 发布:2020-06-14 15:16
  • 更新:2020-06-15 09:10
  • 阅读:1172

uni.uploadFile 在电脑版微信上无法上传 返回uploadFile: fail

分类:uni-app
            uni.uploadFile({  
                url: this.$base.urlPrex + "/api/",  
                filePath: this.tempImgSrc,  
                name: 'verifyFace',  
                formData: {  
                    'username': 'uu',  
                    'phone': '13698936320',   
                    'u': randomNum,   
                    'tk': token,  
                    'state': 3656,  
                    'tpsId': 'md_wcjy'  
                },  
                success: (uploadFileRes) => {  
                    uni.hideToast()  
                },  
                fail: (err) => {  
                    console.log(err)  
                },  
            });
2020-06-14 15:16 负责人:无 分享
已邀请:
1***@qq.com

1***@qq.com (作者)

在线等...

1***@qq.com

1***@qq.com (作者)

求官方指导一下...或者能用别的什么方法吗?

该问题目前已经被锁定, 无法添加新回复