|
@@ -129,6 +129,8 @@ function renderDetail(data) {
|
|
<div class="historyWrap">${historyStr}</div>
|
|
<div class="historyWrap">${historyStr}</div>
|
|
<div class="laterWrap">${laterStr}</div>
|
|
<div class="laterWrap">${laterStr}</div>
|
|
</div>`)
|
|
</div>`)
|
|
|
|
+ //最近一次计划默认展开
|
|
|
|
+ $(".laterWrap .infoBox:first-child .childrenBox").show();
|
|
// adjustHeight()
|
|
// adjustHeight()
|
|
bindToggleInfo()
|
|
bindToggleInfo()
|
|
|
|
|