Commit 1240191b authored by hbcui1984's avatar hbcui1984

删除主列表中重复的setting模板

parent 3a039738
......@@ -190,13 +190,13 @@
if (item2.querySelector('.mui-loading')) {
setTimeout(function() {
item2.querySelector('.mui-scroll').innerHTML = html2;
}, 1000);
}, 700);
}
} else if (e.detail.slideNumber === 2) {
if (item3.querySelector('.mui-loading')) {
setTimeout(function() {
item3.querySelector('.mui-scroll').innerHTML = html3;
}, 1000);
}, 700);
}
}
});
......
......@@ -281,11 +281,6 @@
</li>
</ul>
</li>
<li class="mui-table-view-cell">
<a class="mui-navigate-right" open-type="common" href="examples/setting.html">
setting(设置)
</a>
</li>
<li class="mui-table-view-cell">
<a class="mui-navigate-right" href="examples/switches.html">
switch(开关)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment