删除console, 尝试重新合并
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
prefixIcon="search"
|
prefixIcon="search"
|
||||||
:border="false"
|
:border="false"
|
||||||
style="background-color: #fff;border: none;"
|
style="background-color: #fff;border: none;"
|
||||||
confirm-type="search"
|
confirm-type="go"
|
||||||
@confirm="goSearch(queryParamF)"/>
|
@confirm="goSearch(queryParamF)"/>
|
||||||
<view v-else style="width: 360rpx;padding: 10rpx 20rpx;display: flex;align-items: center;" @click="goSearch">
|
<view v-else style="width: 360rpx;padding: 10rpx 20rpx;display: flex;align-items: center;" @click="goSearch">
|
||||||
<u-icon name="search" color="#969696" size="22"></u-icon>
|
<u-icon name="search" color="#969696" size="22"></u-icon>
|
||||||
@@ -65,9 +65,6 @@
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
goSearch(value) {
|
goSearch(value) {
|
||||||
console.log('---enter')
|
|
||||||
console.log(value)
|
|
||||||
console.log(this.queryParamF)
|
|
||||||
if(!this.queryParamF && value) {
|
if(!this.queryParamF && value) {
|
||||||
this.queryParamF = value
|
this.queryParamF = value
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user