完成对公初始操作和专区
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<!--pages/encyclopedia/index.wxml-->
|
||||
<navigator title="电力百科" canBack="{{true}}" />
|
||||
<van-tabs active="{{ active }}" bind:change="onChange">
|
||||
<van-tabs active="{{ active }}" bind:change="onChange" swipeable>
|
||||
<van-tab wx:for="{{categoryList}}" wx:key="id" title="{{item.name}}">
|
||||
<item id="{{item.id}}" wx:if="{{index === active}}" />
|
||||
</van-tab>
|
||||
|
Reference in New Issue
Block a user