瀏覽代碼

feature_20250811_拜访拍照任务连拍

zhujindu 3 月之前
父節點
當前提交
58ec875970
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/uploadVNormal.vue

+ 1 - 1
src/components/uploadVNormal.vue

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