aa
jiangping
2024-08-02 7dc29ed74ebaa8a0e66f68264d9a13f95dc3af21
wechat_jiaxuan/pages/store/staff.wxml
@@ -1,4 +1,4 @@
<view>
<view class="app">
  <!-- <navBar></navBar> -->
  <image src="../../static/images/design_banner@2x.png" mode="widthFix" class="bg_wrap"></image>
  <view class="container">
@@ -25,7 +25,9 @@
      <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>
@@ -49,7 +51,7 @@
    </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>
@@ -59,7 +61,7 @@
  <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>