Commit 3575ba13 authored by 黄媛媛's avatar 黄媛媛

11

parent e155220f
......@@ -117,7 +117,7 @@
<view class="fgView"></view>
</view>
<view bindtap="getContact" data-item="{{dataInfo.CustomerModel}}" data-type="{{3}}" class="scroll-view-item">
<view wx:if="{{dataInfo.CustomerModel && dataInfo.CustomerModel.Contact}}" bindtap="getContact" data-item="{{dataInfo.CustomerModel}}" data-type="{{3}}" class="scroll-view-item">
<view>
<image wx:if="{{dataInfo.CustomerModel.CustomerPhoto && dataInfo.CustomerModel.CustomerPhoto!=''}}" src="{{dataInfo.CustomerModel.CustomerPhoto}}"></image>
<image wx:else src="../../images/index/default.png"></image>
......
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