This commit is contained in:
xiaozhiyong
2023-05-09 09:24:27 +08:00
parent 9196734d72
commit 1d70f75633
6 changed files with 12 additions and 11 deletions

View File

@@ -16,7 +16,7 @@
<view class="container">
<view class="item" v-for="item,index in tableList" :key="index"
@tap="jump(1,'/financialCenter/business/detail',item)">
<image class="logo"></image>
<image class="logo" src="@/static/company.png"></image>
<view>{{item.companyName}}</view>
<view>企业总余额{{handlerNumber(item.totalBalance)}}</view>
</view>
@@ -132,7 +132,7 @@
width: 100rpx;
height: 100rpx;
border-radius: 50%;
border: 1px solid #333;
/* border: 1px solid #333; */
}
.container .item view {