开始做开票信息编辑
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
<navigator canBack="{{true}}" title="发票管理" />
|
||||
|
||||
<van-tabs active="{{ active }}" bind:change="onChange">
|
||||
<van-tab title="申请开票">
|
||||
<notyet />
|
||||
<notyet wx:if="{{active === 0}}" />
|
||||
</van-tab>
|
||||
<van-tab title="已开发票">
|
||||
<already />
|
||||
<already wx:if="{{active === 1}}" />
|
||||
</van-tab>
|
||||
<van-tab title="开票信息">
|
||||
<info />
|
||||
<info wx:if="{{active === 2}}" />
|
||||
</van-tab>
|
||||
</van-tabs>
|
Reference in New Issue
Block a user