即使我可见,下面的Div也没有出现:true
<div id="filterPart" data-bind="visible:$root.shouldShowDropDown" >
<section class="individual t-padding1 t-border">
<g:render template="/admin/adminMessageDropDownMenu"/>
</section>
</div>
我在.js文件中将值设置为true,如下所示
self.shouldShowDropDown(true);
但Div仍然没有变得可见。我想我应该像
那样<div id="filterPart" data-bind="visible:$root.shouldShowDropDown,valueUpdate:[]" >
dataUpdate在data-bind中反映值(我的意思是使其可见)?我没有得到我需要写的......
答案 0 :(得分:0)
嗨朋友这是由于代码崩溃而发生的,因为代码没有完全执行。出现网络问题,POST请求失败,因此没有从数据库中检索任何数据,因此应用程序运行不正常