删除console, 尝试重新合并

This commit is contained in:
”chenxuelian“
2023-02-02 20:41:59 +08:00
parent 40c8ecf920
commit 73551a1a3d

View File

@@ -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
}