更新
This commit is contained in:
parent
bf79003436
commit
71233ed570
@ -7,8 +7,9 @@
|
|||||||
<view class="t_box">
|
<view class="t_box">
|
||||||
<view class="d_s">
|
<view class="d_s">
|
||||||
<view class="picture_">
|
<view class="picture_">
|
||||||
<image @click="showUserDetail" style="width: 104rpx;height: 104rpx;border-radius: 50%;"
|
<image @click="showUserDetail"
|
||||||
v-if="userInfo && userInfo.avatar === null" :src="defaultAvatar" mode="scaleToFill"
|
style="width: 104rpx;height: 104rpx;background: red;border-radius: 50%;"
|
||||||
|
v-if="userInfo && !userInfo.avatar" :src="defaultAvatar" mode="scaleToFill"
|
||||||
@error="avatarErr"></image>
|
@error="avatarErr"></image>
|
||||||
<image @click="showUserDetail" style="width: 104rpx;height: 104rpx;border-radius: 50%;" v-else
|
<image @click="showUserDetail" style="width: 104rpx;height: 104rpx;border-radius: 50%;" v-else
|
||||||
:src="userInfo.avatar" mode="scaleToFill" @error="avatarErr"></image>
|
:src="userInfo.avatar" mode="scaleToFill" @error="avatarErr"></image>
|
||||||
|
@ -81,19 +81,7 @@
|
|||||||
<scroll-view scroll-y="true" class="scroll_view_style">
|
<scroll-view scroll-y="true" class="scroll_view_style">
|
||||||
<view class="popup-body">
|
<view class="popup-body">
|
||||||
<view style="display: flex;justify-content: space-between">
|
<view style="display: flex;justify-content: space-between">
|
||||||
<!-- 客户来源选择 -->
|
<!-- 业务渠道选择 -->
|
||||||
<view class="filter-section">
|
|
||||||
<text>客户来源</text>
|
|
||||||
<view class="options" @click="handleClick">
|
|
||||||
<text>
|
|
||||||
{{ queryParams.customerSource || '请选择客户来源' }}
|
|
||||||
</text>
|
|
||||||
<u-icon v-if="queryParams.customerSource" name="close-circle" size="24"
|
|
||||||
color="#327DFB"></u-icon>
|
|
||||||
<u-icon v-else name="arrow-down" size="14" color="#327DFB"></u-icon>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
<!-- 客户来源选择 -->
|
|
||||||
<view class="filter-section">
|
<view class="filter-section">
|
||||||
<text>业务渠道</text>
|
<text>业务渠道</text>
|
||||||
<view class="options" @click="handleClickBusiness">
|
<view class="options" @click="handleClickBusiness">
|
||||||
@ -105,14 +93,14 @@
|
|||||||
<u-icon v-else name="arrow-down" size="14" color="#327DFB"></u-icon>
|
<u-icon v-else name="arrow-down" size="14" color="#327DFB"></u-icon>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<!-- 车型选择 -->
|
<!-- 客户来源选择 -->
|
||||||
<view class="filter-section">
|
<view class="filter-section">
|
||||||
<text>车型</text>
|
<text>客户来源</text>
|
||||||
<view class="options" @click="handleGoodsClick">
|
<view class="options" @click="handleClick">
|
||||||
<text>
|
<text>
|
||||||
{{ goodsName || '请选择车型' }}
|
{{ queryParams.customerSource || '请选择客户来源' }}
|
||||||
</text>
|
</text>
|
||||||
<u-icon v-if="queryParams.goods" name="close-circle" size="24"
|
<u-icon v-if="queryParams.customerSource" name="close-circle" size="24"
|
||||||
color="#327DFB"></u-icon>
|
color="#327DFB"></u-icon>
|
||||||
<u-icon v-else name="arrow-down" size="14" color="#327DFB"></u-icon>
|
<u-icon v-else name="arrow-down" size="14" color="#327DFB"></u-icon>
|
||||||
</view>
|
</view>
|
||||||
@ -131,6 +119,18 @@
|
|||||||
<u-icon v-else name="arrow-down" size="14" color="#327DFB"></u-icon>
|
<u-icon v-else name="arrow-down" size="14" color="#327DFB"></u-icon>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<!-- 车型选择 -->
|
||||||
|
<view class="filter-section">
|
||||||
|
<text>车型</text>
|
||||||
|
<view class="options" @click="handleGoodsClick">
|
||||||
|
<text>
|
||||||
|
{{ goodsName || '请选择车型' }}
|
||||||
|
</text>
|
||||||
|
<u-icon v-if="queryParams.goods" name="close-circle" size="24"
|
||||||
|
color="#327DFB"></u-icon>
|
||||||
|
<u-icon v-else name="arrow-down" size="14" color="#327DFB"></u-icon>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
<!-- 车龄选择 -->
|
<!-- 车龄选择 -->
|
||||||
<view class="filter-section">
|
<view class="filter-section">
|
||||||
<text>车龄选择</text>
|
<text>车龄选择</text>
|
||||||
|
Loading…
Reference in New Issue
Block a user