|
|
|
@ -95,41 +95,42 @@
|
|
|
|
|
borderBottom |
|
|
|
|
|
|
|
|
|
> |
|
|
|
|
<view class="" v-if="tipShow && tips.length > 0" style=" |
|
|
|
|
background-color:#fff; |
|
|
|
|
border:2rpx solid #dedede; |
|
|
|
|
border-radius: 20rpx; |
|
|
|
|
position: absolute; |
|
|
|
|
top:110%; |
|
|
|
|
z-index: 10; |
|
|
|
|
padding:0 20rpx; |
|
|
|
|
"> |
|
|
|
|
<view |
|
|
|
|
v-for="(item,index) in tips" |
|
|
|
|
class="" |
|
|
|
|
style=" |
|
|
|
|
border-bottom:2rpx solid #dedede; |
|
|
|
|
padding:20rpx 0; |
|
|
|
|
min-width:150rpx; |
|
|
|
|
" |
|
|
|
|
@click="selectTip(item)" |
|
|
|
|
@mousedown.prevent> |
|
|
|
|
<u-text :text="item" size="28"></u-text> |
|
|
|
|
</view> |
|
|
|
|
<!-- <view style="padding:20rpx 0;display:flex;justify-content: flex-end;text-align: right;" @click="tipShow = false;">--> |
|
|
|
|
<!-- <u-button text="关闭提示" size="mini" custom-style="background-color:#FF9545;"></u-button>--> |
|
|
|
|
<!-- </view>--> |
|
|
|
|
</view> |
|
|
|
|
<u-input |
|
|
|
|
fontSize="28" |
|
|
|
|
placeholder="请输入" |
|
|
|
|
v-model="model.userInfo.company" |
|
|
|
|
border="none" |
|
|
|
|
@change="filterTip" |
|
|
|
|
@focus="filterTip" |
|
|
|
|
@blur="blurCompany" |
|
|
|
|
> |
|
|
|
|
</u-input> |
|
|
|
|
<uni-combox labelWidth="0" placeholder="请选择公司" v-model="model.userInfo.company" :border="false"></uni-combox> |
|
|
|
|
<!-- <view class="" v-if="tipShow && tips.length > 0" style="--> |
|
|
|
|
<!-- background-color:#fff;--> |
|
|
|
|
<!-- border:2rpx solid #dedede;--> |
|
|
|
|
<!-- border-radius: 20rpx;--> |
|
|
|
|
<!-- position: absolute;--> |
|
|
|
|
<!-- top:110%;--> |
|
|
|
|
<!-- z-index: 10;--> |
|
|
|
|
<!-- padding:0 20rpx;--> |
|
|
|
|
<!-- ">--> |
|
|
|
|
<!-- <view--> |
|
|
|
|
<!-- v-for="(item,index) in tips"--> |
|
|
|
|
<!-- class=""--> |
|
|
|
|
<!-- style="--> |
|
|
|
|
<!-- border-bottom:2rpx solid #dedede;--> |
|
|
|
|
<!-- padding:20rpx 0;--> |
|
|
|
|
<!-- min-width:150rpx;--> |
|
|
|
|
<!-- "--> |
|
|
|
|
<!-- @click="selectTip(item)"--> |
|
|
|
|
<!-- @mousedown.prevent>--> |
|
|
|
|
<!-- <u-text :text="item" size="28"></u-text>--> |
|
|
|
|
<!-- </view>--> |
|
|
|
|
<!-- <!– <view style="padding:20rpx 0;display:flex;justify-content: flex-end;text-align: right;" @click="tipShow = false;">–>--> |
|
|
|
|
<!-- <!– <u-button text="关闭提示" size="mini" custom-style="background-color:#FF9545;"></u-button>–>--> |
|
|
|
|
<!-- <!– </view>–>--> |
|
|
|
|
<!-- </view>--> |
|
|
|
|
<!-- <u-input--> |
|
|
|
|
<!-- fontSize="28"--> |
|
|
|
|
<!-- placeholder="请输入"--> |
|
|
|
|
<!-- v-model="model.userInfo.company"--> |
|
|
|
|
<!-- border="none"--> |
|
|
|
|
<!-- @change="filterTip"--> |
|
|
|
|
<!-- @focus="filterTip"--> |
|
|
|
|
<!-- @blur="blurCompany"--> |
|
|
|
|
<!-- >--> |
|
|
|
|
<!-- </u-input>--> |
|
|
|
|
|
|
|
|
|
</u-form-item> |
|
|
|
|
<u-form-item |
|
|
|
@ -459,4 +460,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
<style lang="scss"> |
|
|
|
|
@import './components/index.scss'; |
|
|
|
|
::v-deep .uni-combox{ |
|
|
|
|
padding-left:0 !important; |
|
|
|
|
} |
|
|
|
|
</style> |