| | |
| | | <view> |
| | | <view class="app"> |
| | | <!-- <navBar></navBar> --> |
| | | <image src="../../static/images/design_banner@2x.png" mode="widthFix" class="bg_wrap"></image> |
| | | <view class="container"> |
| | |
| | | <view class="card"> |
| | | <image src="../../static/images/mingpian_bg_kehu.png" class="bg"></image> |
| | | <view>服务客户</view> |
| | | <view class="num" wx:if="{{ info.costomerNum || info.costomerNum == 0 }}">{{ info.costomerNum || '--' }}+</view> |
| | | <view class="num" wx:if="{{ info.costomerNum || info.costomerNum == 0 }}">{{ info.costomerNum || '--' }} |
| | | <text class="icon">+</text> |
| | | </view> |
| | | <view wx:else class="num">--</view> |
| | | </view> |
| | | </view> |
| | |
| | | </view> |
| | | </view> |
| | | <!-- footer --> |
| | | <view bindtap="openModal" class="footer" style="bottom: {{bottomLift}}px;"> |
| | | <view bindtap="makePhone" class="footer" style="bottom: {{bottomLift + 6}}px;"> |
| | | <view class="btn"> |
| | | <image src="../../static/icon/call.png" mode="widthFix"></image> |
| | | <view>联系TA</view> |
| | |
| | | <van-popup show="{{ isShow }}" closeable round bind:close="onClose"> |
| | | <view class="modal"> |
| | | <view class="header"> |
| | | <image class="avatar" src="{{ info.imgurlFull }}"></image> |
| | | <image show-menu-by-longpress class="avatar" src="{{ info.imgurlFull }}"></image> |
| | | <view class="content"> |
| | | <view class="name">{{ info.name }}</view> |
| | | <view class="desc">导购 | {{ info.jobDate || 5 }}年经验</view> |