From e405700578d3e8be5adc7418c4753a42025cf334 Mon Sep 17 00:00:00 2001 From: wangzimeng <3297159934@qq.com> Date: Thu, 14 Aug 2025 18:27:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=BE=E5=88=B0=E9=A1=B5=E9=9D=A2=E7=9A=84?= =?UTF-8?q?=E5=8E=BB=E5=8F=91=E5=B8=83=EF=BC=8C=E5=8E=BB=E6=B6=88=E8=B4=B9?= =?UTF-8?q?=E7=9A=84=E7=BB=91=E5=AE=9A=E8=B7=AF=E5=BE=84=E6=9B=B4=E6=8D=A2?= =?UTF-8?q?=EF=BC=8C=20=E5=95=86=E5=9F=8E=E7=9A=84=E8=B4=AD=E7=89=A9?= =?UTF-8?q?=E8=BD=A6=E5=BA=95=E9=83=A8=E8=B7=9D=E7=A6=BB=E6=8F=90=E9=AB=98?= =?UTF-8?q?=20=E9=A6=96=E9=A1=B5=E8=BD=AE=E6=92=AD=E5=9B=BE=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E5=88=A4=E6=96=AD=E6=9B=B4=E6=8D=A2=E7=9B=B8=E5=BA=94?= =?UTF-8?q?=E7=9A=84=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/app/sign.vue | 15 +++++++++++---- pages/canteenRent/fabu.vue | 2 +- pages/coupon/list.vue | 2 +- pages/index/category.vue | 2 +- pages/index/index.vue | 24 ++++++++++++------------ 5 files changed, 26 insertions(+), 19 deletions(-) diff --git a/pages/app/sign.vue b/pages/app/sign.vue index 036c9fc..b154504 100644 --- a/pages/app/sign.vue +++ b/pages/app/sign.vue @@ -125,7 +125,7 @@ - + 去消费 @@ -218,7 +218,7 @@ 取消 - 去发布 + 去发布 @@ -410,7 +410,15 @@ }) } - const showFB = ref(false) + const showFB = ref(false); + function toFaBu() { + uni.navigateTo({ + url: '/pages/canteenRent/fabu', + }) + setTimeout(() => { + showFB.value = false; + },1000) + } function openFB() { showFB.value = true; } @@ -418,7 +426,6 @@ showFB.value = false; } - //分享功能 function showShare() { // 确保使用有效的图片URL diff --git a/pages/canteenRent/fabu.vue b/pages/canteenRent/fabu.vue index 367db30..20990e5 100644 --- a/pages/canteenRent/fabu.vue +++ b/pages/canteenRent/fabu.vue @@ -1,5 +1,5 @@