Commit 9e6ab4ed authored by youjie's avatar youjie

no message

parent 242a04aa
......@@ -92,19 +92,20 @@
</view>
<view class="userHeadPListA col column">
<view class="userHeadPListATitel">
<!--
<template v-if="item.useType==1">幸福存折</template>
<template v-if="item.useType==2">VIP折扣</template>
<template v-if="item.useType==3">抵用券</template>
<template v-if="item.useType==4">折扣券</template>
{{ item.type==1?'收入':'支出' }}-->
<text>
<template v-if="item.useType==1">幸福存折</template>
<template v-if="item.useType==2">VIP折扣</template>
<template v-if="item.useType==3">抵用券</template>
<template v-if="item.useType==4">折扣券</template>
</text>
<!--{{ item.type==1?'收入':'支出' }}-->
{{ item.lineName }}
</view>
<view class="userHeadPListATime">
{{ item.updateTime }}
<view class="userHeadPListATime row-sbas-n">
<tetx>{{ item.updateTime }}</tetx>
</view>
</view>
<view class="userHeadPListR">
<view class="userHeadPListR row">
¥{{item.type==1?'+':'-'}}{{ item.money }}
</view>
</view>
......@@ -646,6 +647,12 @@
white-space: nowrap;
text-overflow: ellipsis;
}
.userHeadPListATitel text{
color: #8C8C8C;
font-weight: 100;
font-size: 28rpx;
margin-right: 5rpx;
}
.userHeadPListATime{
font-weight: 500;
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