足迹手机号添加颜色

master
chen 2022-04-15 19:53:53 +08:00
parent f500bd039f
commit 5493791e09
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
</view> </view>
<!-- 列表 --> <!-- 列表 -->
<view @tap="chooseId(item.id)" v-if="item.name!=null" class="bacf radius10 pad20 mar-x20 fon28" v-for="(item,index) in dataList" :key="index"> <view @tap="chooseId(item.id)" v-if="item.name!=null" class="bacf radius10 pad20 mar-x20 fon28" v-for="(item,index) in dataList" :key="index">
<view style="color: #B3B3B3;" class="disjbac">{{item.time}} <view>{{item.mobile}}</view></view> <view style="color: #B3B3B3;" class="disjbac">{{item.time}} <view style="color: #000000;">{{item.mobile}}</view></view>
<view class="mar-s20"> <view class="mar-s20">
<text class="bold col3">{{item.name}}</text> <text class="bold col3">{{item.name}}</text>
<text style="color: #B3B3B3;">{{item.action}}</text> <text style="color: #B3B3B3;">{{item.action}}</text>