Commit 9e6ab4ed authored by youjie's avatar youjie

no message

parent 242a04aa
...@@ -92,19 +92,20 @@ ...@@ -92,19 +92,20 @@
</view> </view>
<view class="userHeadPListA col column"> <view class="userHeadPListA col column">
<view class="userHeadPListATitel"> <view class="userHeadPListATitel">
<!-- <text>
<template v-if="item.useType==1">幸福存折</template> <template v-if="item.useType==1">幸福存折</template>
<template v-if="item.useType==2">VIP折扣</template> <template v-if="item.useType==2">VIP折扣</template>
<template v-if="item.useType==3">抵用券</template> <template v-if="item.useType==3">抵用券</template>
<template v-if="item.useType==4">折扣券</template> <template v-if="item.useType==4">折扣券</template>
{{ item.type==1?'收入':'支出' }}--> </text>
<!--{{ item.type==1?'收入':'支出' }}-->
{{ item.lineName }} {{ item.lineName }}
</view> </view>
<view class="userHeadPListATime"> <view class="userHeadPListATime row-sbas-n">
{{ item.updateTime }} <tetx>{{ item.updateTime }}</tetx>
</view> </view>
</view> </view>
<view class="userHeadPListR"> <view class="userHeadPListR row">
¥{{item.type==1?'+':'-'}}{{ item.money }} ¥{{item.type==1?'+':'-'}}{{ item.money }}
</view> </view>
</view> </view>
...@@ -646,6 +647,12 @@ ...@@ -646,6 +647,12 @@
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
} }
.userHeadPListATitel text{
color: #8C8C8C;
font-weight: 100;
font-size: 28rpx;
margin-right: 5rpx;
}
.userHeadPListATime{ .userHeadPListATime{
font-weight: 500; font-weight: 500;
font-size: 24rpx; font-size: 24rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment