jiangping
2024-07-29 d9a89d83c2048a964f16ca179feb2b7f21b9d33a
wechat_jiaxuan/pages/store/staff.wxml
@@ -9,23 +9,23 @@
        <view class="tag">导购</view>
        <!-- <view class="tag">{{ info.jobDate || '-' }}年经验</view> -->
      </view>
      <image bindtap="openModal" class="qrcode" src="../../static/icon/mingpian_erweima@2x.png" mode="widthFix"></image>
      <image wx:if="{{ info.qrcodeImgFull }}" bindtap="openModal" class="qrcode" src="../../static/icon/mingpian_erweima@2x.png" mode="widthFix"></image>
    </view>
    <view class="desc">
      <image src="../../static/icon/mingpian_ic_edit@2x.png" mode="widthFix"></image>
      <view>{{ info.slogans }}</view>
      <view class="text">{{ info.slogans }}</view>
      <view class="icon"></view>
    </view>
    <view class="static">
      <view class="card">
        <image src="../../static/images/mingpian_bg_nianxian.png" class="bg"></image>
        <view>从业年限</view>
        <view class="num">{{ info.jobDate || '-' }}</view>
        <view class="num">{{ info.jobDate || '5' }}</view>
      </view>
      <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 || '--' }}+</view>
        <view wx:else class="num">--</view>
      </view>
    </view>
@@ -34,22 +34,22 @@
      <view class="line">
        <image class="icon" src="../../static/icon/mingpian_ic_phone@2x.png" mode="widthFix"></image>
        <text class="label">联系电话</text>
        <text class="val">{{ info.phone }}</text>
        <text class="val">{{ info.phone || '--' }}</text>
      </view>
      <view class="line">
        <image class="icon" src="../../static/icon/mingpian_ic_mendian@2x.png" mode="widthFix"></image>
        <text class="label">门店名称</text>
        <text class="val">{{ info.shopName }}</text>
        <text class="val">{{ info.shopName || '--' }}</text>
      </view>
      <view class="line">
        <image class="icon" src="../../static/icon/mingpian_ic_dizhi@2x.png" mode="widthFix"></image>
        <text class="label">门店地址</text>
        <text class="val">{{ info.shopAddress }}</text>
        <text class="val">{{ info.shopAddress || '--' }}</text>
      </view>
    </view>
  </view>
  <!-- footer -->
  <view bindtap="openModal" class="footer" style="bottom: {{bottomLift}}px;">
  <view bindtap="makePhone" class="footer" style="bottom: {{bottomLift}}px;">
    <view class="btn">
      <image src="../../static/icon/call.png" mode="widthFix"></image>
      <view>联系TA</view>
@@ -62,7 +62,7 @@
        <image class="avatar" src="{{ info.imgurlFull }}"></image>
        <view class="content">
            <view class="name">{{ info.name }}</view>
            <view class="desc">导购 | {{ info.jobDate || '--' }}年经验</view>
            <view class="desc">导购 | {{ info.jobDate || 5 }}年经验</view>
        </view>
      </view>
      <image class="qrcode" src="{{ info.qrcodeImgFull }}"></image>