Przeglądaj źródła

部分机型不能多选问题

zhengkaixin 2 lat temu
rodzic
commit
8214c5a0ef

+ 2 - 2
uni_modules/uview-ui/components/u-upload-file/u-upload-file.vue

@@ -114,7 +114,7 @@ export default {
 		// 最大上传数量
 		maxCount: {
 			type: [String, Number],
-			default: 52
+			default: 9
 		},
 		//  是否显示进度条
 		showProgress: {
@@ -171,7 +171,7 @@ export default {
 		// 是否开启图片多选,部分安卓机型不支持
 		multiple: {
 			type: Boolean,
-			default: true
+			default: false
 		},
 		// 是否展示删除按钮
 		deletable: {