|
@@ -399,14 +399,14 @@
|
|
},
|
|
},
|
|
// 抓拍
|
|
// 抓拍
|
|
takePhotos(type){
|
|
takePhotos(type){
|
|
- if(!this.curZbItem.taskTargetPhotoList||this.curZbItem.taskTargetPhotoList.length<6){
|
|
|
|
|
|
+ if(!this.curZbItem.taskTargetPhotoList||this.curZbItem.taskTargetPhotoList.length<5){
|
|
this.sendMsg('takePhotos',JSON.stringify({
|
|
this.sendMsg('takePhotos',JSON.stringify({
|
|
streamId: this.curVideo&&this.curVideo.streamId,
|
|
streamId: this.curVideo&&this.curVideo.streamId,
|
|
videoPlayerStatus: this.videoPlayerStatus,
|
|
videoPlayerStatus: this.videoPlayerStatus,
|
|
type: type
|
|
type: type
|
|
}))
|
|
}))
|
|
}else{
|
|
}else{
|
|
- this.sendMsg('toast','最多抓拍6张图片')
|
|
|
|
|
|
+ this.sendMsg('toast','最多抓拍5张图片')
|
|
}
|
|
}
|
|
},
|
|
},
|
|
// 拍照成功后,返回图片地址
|
|
// 拍照成功后,返回图片地址
|