更新下单

This commit is contained in:
wwz
2025-03-24 14:03:04 +08:00
parent 5b8100aa64
commit 794e37d66f
7 changed files with 54 additions and 47 deletions

View File

@@ -53,9 +53,14 @@
const keyword = ref()
const goBack = () => {
uni.navigateBack({
delta: 1
});
try {
uni.navigateBack({
delta: 1
});
} catch (error) {
uni.pro.switchTab('index/index')
//TODO handle the exception
}
};
const onRightTextClick = () => {
@@ -73,10 +78,10 @@
oneStyle: {},
towStyle: {}
});
watchEffect(()=>{
if(store.showSearch>44){
watchEffect(() => {
if (store.showSearch > 44) {
}
})
onMounted(() => {