增加新模块
This commit is contained in:
+31
@@ -0,0 +1,31 @@
|
||||
"use strict";
|
||||
const Upload = {
|
||||
// upload组件
|
||||
upload: {
|
||||
accept: "image",
|
||||
extension: [],
|
||||
capture: ["album", "camera"],
|
||||
compressed: true,
|
||||
camera: "back",
|
||||
maxDuration: 60,
|
||||
uploadIcon: "camera-fill",
|
||||
uploadIconColor: "#D3D4D6",
|
||||
useBeforeRead: false,
|
||||
previewFullImage: true,
|
||||
maxCount: 52,
|
||||
disabled: false,
|
||||
imageMode: "aspectFill",
|
||||
name: "",
|
||||
sizeType: ["original", "compressed"],
|
||||
multiple: false,
|
||||
deletable: true,
|
||||
maxSize: Number.MAX_VALUE,
|
||||
fileList: [],
|
||||
uploadText: "",
|
||||
width: 80,
|
||||
height: 80,
|
||||
previewImage: true
|
||||
}
|
||||
};
|
||||
exports.Upload = Upload;
|
||||
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/uni_modules/uview-plus/components/u-upload/upload.js.map
|
||||
Reference in New Issue
Block a user