冀北需求变更整改

This commit is contained in:
GGJ
2025-01-07 16:32:42 +08:00
parent 7d90b6bfcc
commit 72f2c5d0f3
52 changed files with 536 additions and 254 deletions

View File

@@ -518,7 +518,7 @@ export default {
unit = 'A'
}
//把剩余的DIV先拼接好
for (let step = 1; step < waveDatas.length; step++) {
for (var step = waveDatas.length - 1; 0 < step && step < waveDatas.length; step--) {
let waveId = 'wave' + step
let newDivShunshi = $(` <div style="height:${this.vh};overflow: hidden;">
<div class='bx1' id='${waveId}'>