@@ -109,7 +109,7 @@ Component({
/* 校验文件大小 */
if (file.size > 10485760) {
wx.showToast({
- title: '文件不可超过10Mb',
+ title: '文件体积大于10Mb',
icon: "none",
duration: 3000
})