Commit 5eb368d9 authored by youjie's avatar youjie

no message

parent 929f206a
......@@ -20,7 +20,11 @@
立即登录
</text>
<text class="userHeadPicR_text" v-if="(statistics.saleList&&statistics.saleList.length>0)||(b2b_user_info.salesBaseInfo&&b2b_user_info.salesBaseInfo.emName)">
<!-- #ifdef MP-DI -->销售:{{ b2b_user_info.salesBaseInfo.emName }}<!-- #endif -->
<!-- #ifdef MP-DI -->
<template v-if="b2b_user_info.salesBaseInfo&&b2b_user_info.salesBaseInfo.emName">
销售:{{ b2b_user_info.salesBaseInfo.emName }}
</template>
<!-- #endif -->
<!-- #ifdef MP-AG -->销售:{{ statistics.saleList[0].saleName }}<template v-if="statistics.saleList.length>1">{{statistics.saleList.length}}</template><!-- #endif -->
</text>
</view>
......
......@@ -31,7 +31,9 @@
<template v-if="mall_UserInfo&&mall_UserInfo.Name" >{{ mall_UserInfo.Name }}</template>
</view>
<view class="userHeadInfo_text" v-if="(statistics.saleList&&statistics.saleList.length>0)||(b2b_user_info.salesBaseInfo&&b2b_user_info.salesBaseInfo.emName)">
<!-- #ifdef MP-DI -->销售:{{ b2b_user_info.salesBaseInfo.emName }}<!-- #endif -->
<!-- #ifdef MP-DI -->
<template v-if="b2b_user_info.salesBaseInfo&&b2b_user_info.salesBaseInfo.emName">销售:{{ b2b_user_info.salesBaseInfo.emName }}</template>
<!-- #endif -->
<!-- #ifdef MP-AG -->销售:{{ statistics.saleList[0].saleName }}<template v-if="statistics.saleList.length>1">{{statistics.saleList.length}}</template><!-- #endif -->
</view>
<image class="userHeadInfo_vip" mode="aspectFit"
......
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