zhaoxiaohai 3 vuotta sitten
vanhempi
commit
f60b2a0bb3
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      components/My_UploadFiles/index.js

+ 1 - 1
components/My_UploadFiles/index.js

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