Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -204,7 +204,7 @@ const chooseMedia = () => { | ... | @@ -204,7 +204,7 @@ const chooseMedia = () => { |
| 204 | if (file.size > 10 * 1024 * 1024) { | 204 | if (file.size > 10 * 1024 * 1024) { |
| 205 | Taro.showToast({ | 205 | Taro.showToast({ |
| 206 | title: '文件大小不能超过10MB', | 206 | title: '文件大小不能超过10MB', |
| 207 | - icon: 'error', | 207 | + icon: 'none', |
| 208 | duration: 2000 | 208 | duration: 2000 |
| 209 | }); | 209 | }); |
| 210 | return; | 210 | return; | ... | ... |
-
Please register or login to post a comment