完善发票和充值
This commit is contained in:
@@ -1,2 +1,27 @@
|
||||
<!--pages/invoiceList/index.wxml-->
|
||||
<text>pages/invoiceList/index.wxml</text>
|
||||
<view class="wrapper">
|
||||
<view
|
||||
wx:for="{{list}}"
|
||||
wx:key="index"
|
||||
class="item"
|
||||
>
|
||||
<view style="flex: 1"> {{ item.tenement.name }} </view>
|
||||
<view class="operate">
|
||||
<view class="primaryTextBtn" data-data="{{item}}" bind:tap="operate"> 操作 </view>
|
||||
<!-- <view class="primaryTextBtn" style="margin-left: 24rpx;"> 编辑 </view>
|
||||
<view class="dangerTextBtn" style="margin-left: 24rpx;"> 删除 </view> -->
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view style="margin-top: 10vh;">
|
||||
<van-button type="info" block bind:click="handleCreate">创建一个</van-button>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<van-action-sheet
|
||||
show="{{ show }}"
|
||||
actions="{{ actions }}"
|
||||
bind:close="onClose"
|
||||
bind:select="onSelect"
|
||||
cancel-text="取消"
|
||||
/>
|
Reference in New Issue
Block a user