|
@@ -3725,6 +3725,7 @@ export default {
|
|
|
|
|
|
//配置随机拍照时间
|
|
|
configPhoto() {
|
|
|
+ console.log("photoList",this.photoList.length)
|
|
|
if (this.photoList.length) {
|
|
|
return;
|
|
|
}
|
|
@@ -3732,6 +3733,7 @@ export default {
|
|
|
let totalVideoTime = polyvPlayerContext.j2s_getDuration();
|
|
|
let duration = polyvPlayerContext.j2s_getCurrentTime();
|
|
|
let photoNum = this.photoNum;
|
|
|
+ console.log("erJianErZao",this.goodsData.erJianErZao,this.photoConfig)
|
|
|
if (!this.photoConfig) {
|
|
|
this.photoConfig = true;
|
|
|
//没有历史拍照间隔数据
|