Commit 351a5713 authored by sujie@126.com's avatar sujie@126.com

dd

parent 3b1bbc68
......@@ -20,7 +20,7 @@
</view>
<view class="left-box" hover-class="none" hover-stop-propagation="false">
<view class="center-box" hover-class="none" hover-stop-propagation="false">
<view class="name" hover-class="none" hover-stop-propagation="false">{{item.name}}</view>
<view class="name" hover-class="none" hover-stop-propagation="false">{{item.name?item.name:item.nickname}}</view>
<view class="time" hover-class="none" hover-stop-propagation="false">{{item.created_at}}</view>
</view>
<view class="phone-box" hover-class="none" hover-stop-propagation="false" bindtap="makecall" data-mobile="{{item.mobile}}">{{item.mobile}}</view>
......@@ -31,6 +31,7 @@
<view class="content" hover-class="none" hover-stop-propagation="false" wx:if="{{item.source_type==2}}">来源:学校活动</view>
<view class="content" hover-class="none" hover-stop-propagation="false" wx:if="{{item.source_type==3}}">来源:报名咨询</view>
<view class="content" hover-class="none" hover-stop-propagation="false" wx:if="{{item.source_type==4}}">来源:课程报名</view>
<view class="content" hover-class="none" hover-stop-propagation="false" wx:if="{{item.source_type==5}}">来源:打卡潜在客户</view>
<view class="btn" hover-class="none" hover-stop-propagation="false" bindtap="seeCustomerDetail" data-info="{{item}}">查看详情</view>
</view>
</view>
......@@ -55,7 +56,7 @@
<view class="content-header clearfix {{selectedCustomer.custom.length > 0 ? 'border-b-1px' : ''}}" hover-class="none" hover-stop-propagation="false">
<image class="avator" src="{{filter.imagify(selectedCustomer.avatar)}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload=""></image>
<view class="namemobile" hover-class="none" hover-stop-propagation="false">
<view class="name" hover-class="none" hover-stop-propagation="false">{{selectedCustomer.name}}</view>
<view class="name" hover-class="none" hover-stop-propagation="false">{{selectedCustomer.name?selectedCustomer.name:selectedCustomer.nickname}}</view>
<view class="mobiletime clearfix" hover-class="none" hover-stop-propagation="false">
<view class="createtime" hover-class="none" hover-stop-propagation="false">{{selectedCustomer.created_at}}</view>
</view>
......@@ -73,6 +74,7 @@
<view class="text" hover-class="none" hover-stop-propagation="false" wx:if="{{selectedCustomer.source_type==2}}">学校活动</view>
<view class="text" hover-class="none" hover-stop-propagation="false" wx:if="{{selectedCustomer.source_type==3}}">报名咨询</view>
<view class="text" hover-class="none" hover-stop-propagation="false" wx:if="{{selectedCustomer.source_type==4}}">课程报名</view>
<view class="text" hover-class="none" hover-stop-propagation="false" wx:if="{{selectedCustomer.source_type==5}}">打卡潜在客户</view>
</view>
</view>
<view class="extra-info-box" hover-class="none" hover-stop-propagation="false" wx:if="{{selectedCustomer.custom.length > 0}}">
......
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