删除console, 尝试重新合并
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
prefixIcon="search"
|
||||
:border="false"
|
||||
style="background-color: #fff;border: none;"
|
||||
confirm-type="search"
|
||||
confirm-type="go"
|
||||
@confirm="goSearch(queryParamF)"/>
|
||||
<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>
|
||||
@@ -65,9 +65,6 @@
|
||||
},
|
||||
methods: {
|
||||
goSearch(value) {
|
||||
console.log('---enter')
|
||||
console.log(value)
|
||||
console.log(this.queryParamF)
|
||||
if(!this.queryParamF && value) {
|
||||
this.queryParamF = value
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user