소스 검색

feature_20250811_拜访拍照任务连拍

zhujindu 3 달 전
부모
커밋
474882ae31
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/uploadVNormal.vue

+ 1 - 1
src/components/uploadVNormal.vue

@@ -265,7 +265,7 @@ export default {
               let count = 1;
               // 1:店招内容识别(不能连拍和多选),3:调色机识别(不能连拍和多选)
               if (that.photoIdentifyType != 1 && that.photoIdentifyType != 3) {
-                count = this.continuousShoot == '1' ? 5 : 1; //是否允许连拍/相册多选 最多5张
+                count = that.continuousShoot == '1' ? 5 : 1; //是否允许连拍/相册多选 最多5张
               }
               wx.chooseImage({
                 count: count,