修复设置限时抢购活动无时间显示bug
parent
93768e4014
commit
f99e2673a6
|
@ -95,6 +95,7 @@ export default {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
}
|
||||||
if (!this.times[i]) {
|
if (!this.times[i]) {
|
||||||
this.times.push({
|
this.times.push({
|
||||||
time: i,
|
time: i,
|
||||||
|
@ -103,7 +104,6 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* 选中时间
|
* 选中时间
|
||||||
|
|
Loading…
Reference in New Issue