|
|
@@ -2926,7 +2926,7 @@
|
|
|
@typeshow="typeshow"
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
:pictureSource="pictureSource"
|
|
|
- :isContinuousShooting="isContinuousShooting"
|
|
|
+ :continuousShoot="continuousShoot"
|
|
|
ref="uploadVNormal"></upload-img>
|
|
|
</template>
|
|
|
</van-cell>
|
|
|
@@ -3146,7 +3146,7 @@ export default {
|
|
|
minDate: new Date(1945, 0, 1),
|
|
|
maxDate: new Date(),
|
|
|
currentDate: new Date(1945, 0, 1),
|
|
|
- isContinuousShooting: '0',
|
|
|
+ continuousShoot: '0',
|
|
|
};
|
|
|
},
|
|
|
beforeRouteLeave(to, from, next) {
|
|
|
@@ -4279,7 +4279,7 @@ export default {
|
|
|
this.thirdCollectionId = val.thirdCollectionId;
|
|
|
this.fourthCollectionId = val.fourthCollectionId;
|
|
|
this.pictureSource = val.pictureSource; //是否允许从相册选择图片
|
|
|
- this.isContinuousShooting = val.isContinuousShooting; //是否允许连拍/相册多选
|
|
|
+ this.continuousShoot = val.continuousShoot; //是否允许连拍/相册多选
|
|
|
this.indeximg = index;
|
|
|
this.childIndex = childIndex;
|
|
|
this.childIndex1 = childIndex1;
|