浏览代码

Merge branch 'feature_20250819_产品列表多余线条优化' into uat(dev)

zhujindu 3 月之前
父节点
当前提交
376540b398
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/uploadVNormal.vue

+ 1 - 1
src/components/uploadVNormal.vue

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