Ver código fonte

h5拍照上传改成九张

Lijy 3 anos atrás
pai
commit
8bb89e067c

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet_h5/src/views/edit/index.vue

@@ -319,7 +319,7 @@
             takePhoto(index) {
                 var that = this;
                 wx.chooseImage({
-                    count: 3, // 默认9
+                    count: 9, // 默认9
                     sizeType: ['compressed'], // 可以指定是原图还是压缩图,默认二者都有
                     sourceType: ['camera'], // 可以指定来源是相册还是相机,默认二者都有
                     defaultCameraMode: "batch", //表示进入拍照界面的默认模式,目前有normal与batch两种选择,normal表示普通单拍模式,batch表示连拍模式,不传该参数则为normal模式。从3.0.26版本开始支持front和batch_front两种值,其中front表示默认为前置摄像头单拍模式,batch_front表示默认为前置摄像头连拍模式。(注:用户进入拍照界面仍然可自由切换两种模式)