We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5491842 commit ddb7efeCopy full SHA for ddb7efe
uview-ui/components/u-upload/u-upload.vue
@@ -421,6 +421,9 @@ export default {
421
name: this.name,
422
formData: this.formData,
423
header: this.header,
424
+ // #ifdef MP-ALIPAY
425
+ fileType:'image',
426
+ // #endif
427
success: res => {
428
// 判断是否json字符串,将其转为json格式
429
let data = this.toJson && this.$u.test.jsonString(res.data) ? JSON.parse(res.data) : res.data;
0 commit comments