This commit is contained in:
haomingming
2023-03-28 20:52:22 +08:00
parent 69df3bf6b3
commit 5ba50e4e61
58 changed files with 1122 additions and 347 deletions
+4 -4
View File
@@ -14,7 +14,7 @@
<van-image custom-style="" src="https://gdxz-hospital.oss-cn-chengdu.aliyuncs.com/applet/doctor/static/images/yishi/bankcard/js_icon.png" fit="heightFix" height="50rpx" aria-label="role" />
</view>
<view class="data_item_top_content">
<view class="name">{{item.account_name}}<text style="margin-left:20rpx;font-size: 28rpx;corlor:#999;">(尾号{{item.bank_card_code_four}})</text></view>
<view class="name">{{item.account_name}}<text style="margin-left:20rpx;font-size: 28rpx;color:#999;">(尾号{{item.bank_card_code_four}})</text></view>
<view class="date">{{item.examine_time}}</view>
</view>
<view class="data_item_top_num">
@@ -28,13 +28,13 @@
<view class="data_item_bottom">个人所得税:¥{{item.income_tax}}</view>
</view>
<view class="data_item">
<!-- <view class="data_item">
<view class="data_item_top">
<view class="data_item_top_icon">
<van-image custom-style="" src="https://gdxz-hospital.oss-cn-chengdu.aliyuncs.com/applet/doctor/static/images/yishi/bankcard/js_icon.png" fit="heightFix" height="50rpx" aria-label="role" />
</view>
<view class="data_item_top_content">
<view class="name">张三三<text style="margin-left:20rpx;font-size: 28rpx; corlor:#999;">(尾号9900)</text></view>
<view class="name">张三三<text style="margin-left:20rpx;font-size: 28rpx;color:#999;">(尾号9900)</text></view>
<view class="date">12.09 13:23</view>
</view>
<view class="data_item_top_num">
@@ -45,7 +45,7 @@
</view>
</view>
<view class="data_item_bottom">个人所得税:¥12.00</view>
</view>
</view> -->
<van-empty description="暂无数据" wx:if="{{record_list.length == 0}}" />