提交 c0778ac1 编写于 作者: 张磊

修改chooseImage和chooseVideo web端编译报警问题。

上级 8a6efdca
...@@ -273,8 +273,12 @@ ...@@ -273,8 +273,12 @@
sizeType: sizeTypeArray[this.sizeTypeIndex], sizeType: sizeTypeArray[this.sizeTypeIndex],
crop: this.isCrop ? { "quality": this.cropPercent, "width": this.cropWidth, "height": this.cropHeight, "resize": this.cropResize } as ChooseImageCropOptions : null, crop: this.isCrop ? { "quality": this.cropPercent, "width": this.cropWidth, "height": this.cropHeight, "resize": this.cropResize } as ChooseImageCropOptions : null,
count: this.imageList.length + this.count[this.countIndex] > 9 ? 9 - this.imageList.length : this.count[this.countIndex], count: this.imageList.length + this.count[this.countIndex] > 9 ? 9 - this.imageList.length : this.count[this.countIndex],
// #ifdef APP
pageOrientation: orientationTypeArray[this.orientationTypeIndex], pageOrientation: orientationTypeArray[this.orientationTypeIndex],
// #endif
// #ifdef APP-ANDROID
albumMode: albumModeTypeArray[this.albumModeTypeIndex], albumMode: albumModeTypeArray[this.albumModeTypeIndex],
// #endif
success: (res) => { success: (res) => {
this.imageList = this.imageList.concat(res.tempFilePaths); this.imageList = this.imageList.concat(res.tempFilePaths);
}, },
......
...@@ -67,7 +67,9 @@ ...@@ -67,7 +67,9 @@
pageOrientation: this.orientationType, pageOrientation: this.orientationType,
// #endif // #endif
maxDuration: this.maxDuration, maxDuration: this.maxDuration,
// #ifdef APP-ANDROID
albumMode: this.albumMode, albumMode: this.albumMode,
// #endif
camera: this.camera, camera: this.camera,
success: (res) => { success: (res) => {
console.log("chooseVideo success", JSON.stringify(res)); console.log("chooseVideo success", JSON.stringify(res));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册