更新
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<view class="container">
|
||||
<view class="item" v-for="item,index in tableList" :key="index"
|
||||
@tap="jump(1,'/financialCenter/serviceStation/detail',item)">
|
||||
<image class="logo"></image>
|
||||
<image class="logo" src="@/static/serviceStation.png"></image>
|
||||
<view>{{item.accountName}}</view>
|
||||
<view>账户总余额:{{handlerNumber(item.balance)}}</view>
|
||||
</view>
|
||||
@@ -128,7 +128,7 @@
|
||||
width: 100rpx;
|
||||
height: 100rpx;
|
||||
border-radius: 50%;
|
||||
border: 1px solid #333;
|
||||
/* border: 1px solid #333; */
|
||||
}
|
||||
|
||||
.container .item view {
|
||||
|
||||
Reference in New Issue
Block a user