Procházet zdrojové kódy

连拍数量改为20个

zhujindu před 4 hodinami
rodič
revize
0c28eff176

+ 1 - 1
src/components/uploadVNormalTaskPhoto.vue

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

+ 2 - 1
src/views/deviceWithin/taskPhotoTaking.vue

@@ -373,6 +373,7 @@ export default {
     display: flex;
     flex-direction: column;
     padding-bottom: 46px;
+    overflow-y: auto;
     .container {
       background: #fff;
       width: 100%;
@@ -440,7 +441,7 @@ export default {
   .dataList {
     width: 100%;
     margin-top: 10px;
-    overflow-y: auto;
+    // overflow-y: auto;
     background: #fff;
     .dataItem {
       display: flex;