|
@@ -1563,7 +1563,7 @@ export default {
|
|
|
for (let i = 1; i < num; i++) {
|
|
for (let i = 1; i < num; i++) {
|
|
|
photoList.push(i * fixS);
|
|
photoList.push(i * fixS);
|
|
|
}
|
|
}
|
|
|
- this.photoNum = num + 1;
|
|
|
|
|
|
|
+ this.photoNum = num;
|
|
|
} else {
|
|
} else {
|
|
|
if (this.photoNum == 3) {
|
|
if (this.photoNum == 3) {
|
|
|
if (totalVideoTime >= 900) {
|
|
if (totalVideoTime >= 900) {
|