提交 68113477 编写于 作者: H hdx

navigator: 移除TODO,已支持事件冒泡

上级 c75b08fb
......@@ -2,14 +2,11 @@
<view>
<page-head :title="title"></page-head>
<view class="uni-padding-wrap uni-common-mt">
<!-- TODO 暂不支持嵌入button组件,需客户端解决事件冒泡问题 -->
<navigator class="navigator" url="navigate?title=navigate">
<!-- <button type="default">跳转到新页面</button> -->
<text class="btn">跳转到新页面</text>
<button type="default">跳转到新页面</button>
</navigator>
<navigator class="navigator" url="redirect?title=redirect" open-type="redirect">
<!-- <button type="default">在当前页打开</button> -->
<text class="btn">在当前页打开</text>
<button type="default">在当前页打开</button>
</navigator>
</view>
</view>
......@@ -27,13 +24,6 @@
<style>
.navigator {
margin-top: 15px;
}
.btn {
padding: 12px 5px;
text-align: center;
border: 1px solid #dbdbdb;
border-radius: 5px;
margin-bottom: 15px;
}
</style>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册