代客下单修改,问题修复

This commit is contained in:
2025-11-18 14:55:26 +08:00
parent 67ec915181
commit 93273b796f
17 changed files with 174 additions and 117 deletions

View File

@@ -2,7 +2,7 @@
<up-popup :show="popShow" @close="close" @open="open" mode="top" :round="0">
<view class="u-p-32 box u-font-28">
<view style="display: flex;align-items: center;">
<up-search v-model="searchVal" actionText="" @search="search" @clear="search"></up-search>
<up-search v-model="searchVal" actionText="" @search="search" @clear="search" clearabled :onlyClearableOnFocused ="false"></up-search>
<text @tap="search">搜索</text>
</view>
</view>
@@ -54,7 +54,6 @@
}
function search() {
console.log(searchVal.value, '值啊啊啊啊 ')
emits('search', searchVal.value)
close()
}