Browse Source

feature_20250811_拜访拍照任务连拍

zhujindu 3 months ago
parent
commit
9fb0dcef1e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/components/uploadVNormal.vue

+ 2 - 1
src/components/uploadVNormal.vue

@@ -261,7 +261,8 @@ export default {
               });
               console.log(that.pictureSource);
               let sourceType = that.pictureSource == '1' ? ['album', 'camera'] : ['camera'];
-              let count = this.isContinuousShooting == '1' ? 5 : 1; //是否允许连拍/相册多选 最多5张
+              let count = 0;
+              this.isContinuousShooting == '1' ? 5 : 1; //是否允许连拍/相册多选 最多5张
               wx.chooseImage({
                 count: count,
                 sizeType: ['original'], // 可以指定是原图还是压缩图,默认二者都有