加载新this.olvColSetPartName.Name = "olvColSetPartName";
活动类未切换到新选项卡。我无法找到解决方案。
但新页面正在加载而没有任何问题。唯一的问题是活动类没有切换到新页面而不是从旧页面中删除。
如何解决这个问题?
这是我的hbs文件:
route
我的router.js:
<div class="navbar-sub-header navbar-sub-header---tab-bar" style="border:1px solid red;">
<div class="rdc-tab-bar">
{{#link-to "auth-page.credit-card.credit-cardno" class="rdc-tab-bar___tab"}}
Credit Card //by default active added
{{/link-to}}
{{#link-to "auth-page.i-banking" class="rdc-tab-bar___tab"}}
Online Baning //when click page loads, active not swithing
{{/link-to}}
</div>
</div>
UDATE
当我直接点击网址时: this.route('auth-page', function() {
this.route('credit-card', function() {
this.route('credit-cardno');
this.route('credit-otp'); //works fine
});
this.route('i-banking'); //not updating to active state
});
我正在更新活动课程。