Commit c74e903c authored by wangxuelai's avatar wangxuelai

''

parent 7e9e52b4
......@@ -5,7 +5,7 @@
<image class="item-points-pic" src="{{filter.imagify(item.good.cover)}}" mode="aspectFit|aspectFill|widthFix"></image>
<view class="item-content-box">
<view class="item-top">
<view class="item-title">{{item.title}}</view>
<view class="item-title">{{item.good.title}}</view>
<view class="item-points">{{item.price}}积分</view>
</view>
<view class="item-checkperson">
......
......@@ -39,6 +39,7 @@ page{
.record-item .item-content-box .item-title{
font-size: 26rpx;
color: #000;
word-break: break-all;
}
.record-item .item-content-box .item-points{
font-size: 22rpx;
......
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