Commit 723b255a by 谢中龙

修改记录地址换上遮挡和增加手机号和名称

parent 2984aafa
......@@ -9,7 +9,11 @@
</view>
<view class="list-point">-{{item.point}}积分</view>
</view>
<view class="desc-address">{{item.fullAddress}}</view>
<view class="desc-address">
{{item.fullAddress}}
<text style='margin-left:20rpx;margin-right:10rpx;'>{{item.exchangeInfo.name}}</text>
<text>{{item.exchangeInfo.mobile}}</text>
</view>
</view>
</block>
<!-- view -->
......
......@@ -10,9 +10,9 @@ page{
box-sizing: border-box;
}
.list-item {
height: 164rpx;
height: auto;
border-bottom: 1px solid #eeeeee;
padding: 35rpx 20rpx 34rpx 20rpx;
padding: 20rpx;
box-sizing: border-box;
overflow: hidden;
}
......@@ -53,7 +53,7 @@ page{
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
-webkit-line-clamp: 3;
overflow: hidden;
}
.desc-time {
......
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