新增专区,调整分页bug
This commit is contained in:
6
pages/encyclopediaDetail/index.wxml
Normal file
6
pages/encyclopediaDetail/index.wxml
Normal file
@@ -0,0 +1,6 @@
|
||||
<!--pages/encyclopediaDetail/index.wxml-->
|
||||
<navigator title="百科详情" canBack="{{true}}" />
|
||||
<view class="contentWrapper">
|
||||
<view class="title">{{detail.title}}</view>
|
||||
<view class="content">{{detail.content}}</view>
|
||||
</view>
|
Reference in New Issue
Block a user