|
@ -42,7 +42,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
<view> |
|
|
<view> |
|
|
<view class="personal-item-bottom" v-if="showNumerBtn"> |
|
|
<view class="personal-item-bottom" v-if="showNumerBtn"> |
|
|
<text class="personal-item-bottom-text">养宠{{ item.experience || 0 }}年 | 评价{{ item.commentNum || 0 }}条 | 服务小结{{ item.serviceSummaryNum || 0 }}份</text> |
|
|
|
|
|
|
|
|
<text class="personal-item-bottom-text">养宠{{ item.appletUsersTeacher && item.appletUsersTeacher.experience || 0 }}年 | 评价{{ item.commentNum || 0 }}条 | 服务小结{{ item.serviceSummaryNum || 0 }}份</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="personal-item-bottom" v-else-if="showDetailBtn"> |
|
|
<view class="personal-item-bottom" v-else-if="showDetailBtn"> |
|
|
<text class="personal-item-bottom-text">点击查看详情</text> |
|
|
<text class="personal-item-bottom-text">点击查看详情</text> |
|
|