增加临时菜页面

This commit is contained in:
2024-11-19 14:46:18 +08:00
parent 704fee1e2d
commit 3935ec7960
2 changed files with 91 additions and 44 deletions

View File

@@ -224,7 +224,7 @@
xiadanClick()
//临时菜
const lingshi = reactive({
show: false
show: true
})
//附加费
const extraFee = reactive({
@@ -1129,7 +1129,7 @@
}
if (e.detail.scrollTop == 0) {
isTabClickOver = true
return swichMenu(0)
// return swichMenu(0)
}
setTimeout(() => { // 节流
data.timer = null;