Commit e632d624 authored by sujie@126.com's avatar sujie@126.com

dd\

parent a6d0b9fa
......@@ -9,7 +9,7 @@
</view>
<view class="info-detail">
<view class="name-box">
<text class="name" >{{clueDetail.name}}</text>
<text class="name" wx:if="{{clueDetail.name}}" >{{clueDetail.name}}</text>
<text class="age" wx:if="{{clueDetail.age}}">{{clueDetail.age}}岁</text>
<text class="phone-number" >{{clueDetail.mobile}}</text>
</view>
......
......@@ -77,9 +77,6 @@
white-space: nowrap;
max-width: 520rpx;
}
.header-card-box .customer-info .right-btn{
padding: 0rpx 0 0rpx 100rpx;
}
.header-card-box .customer-info .right-btn image{
width: 18rpx;
height: 28rpx;
......
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