修复意见反馈图片上传取消后的提示信息字段错误
This commit is contained in:
@@ -143,8 +143,9 @@
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
fail : err => {
|
fail : err => {
|
||||||
|
if(err.errCode === -2) return
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: err.message,
|
title: err.errMsg,
|
||||||
icon : 'none'
|
icon : 'none'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
3058
unpackage/dist/dev/app-plus/app-service.js
vendored
3058
unpackage/dist/dev/app-plus/app-service.js
vendored
File diff suppressed because one or more lines are too long
17550
unpackage/dist/dev/app-plus/app-view.js
vendored
17550
unpackage/dist/dev/app-plus/app-view.js
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
|
Before Width: | Height: | Size: 3.6 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3.6 KiB |
Reference in New Issue
Block a user