新增专区,调整分页bug
This commit is contained in:
7
pages/encyclopedia/index.wxml
Normal file
7
pages/encyclopedia/index.wxml
Normal file
@@ -0,0 +1,7 @@
|
||||
<!--pages/encyclopedia/index.wxml-->
|
||||
<navigator title="电力百科" canBack="{{true}}" />
|
||||
<van-tabs active="{{ active }}" bind:change="onChange">
|
||||
<van-tab wx:for="{{categoryList}}" wx:key="id" title="{{item.name}}">
|
||||
<item id="{{item.id}}" wx:if="{{index === active}}" />
|
||||
</van-tab>
|
||||
</van-tabs>
|
Reference in New Issue
Block a user