去除积分列表显示前面的人民币符号
This commit is contained in:
@@ -136,9 +136,8 @@
|
|||||||
<up-image radius="20rpx" width="182rpx" height="182rpx" :src="item.logo"></up-image>
|
<up-image radius="20rpx" width="182rpx" height="182rpx" :src="item.logo"></up-image>
|
||||||
<view class="info text-center">
|
<view class="info text-center">
|
||||||
<view class="color-333 u-m-t-14">
|
<view class="color-333 u-m-t-14">
|
||||||
<text class="font-10">¥</text>
|
|
||||||
<text class="font-16 font-700">{{
|
<text class="font-16 font-700">{{
|
||||||
item.pointBalance || "0.00"
|
item.pointBalance || "0"
|
||||||
}}</text>
|
}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="font-12 color-666 u-line-1">{{
|
<view class="font-12 color-666 u-line-1">{{
|
||||||
|
|||||||
Reference in New Issue
Block a user