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 @@
-
+
diff --git a/pages/coupon/list.vue b/pages/coupon/list.vue
index 2f3dbbd..a4ce2fa 100644
--- a/pages/coupon/list.vue
+++ b/pages/coupon/list.vue
@@ -182,7 +182,7 @@
/* 使用券 */
function toUseFull(item) {
console.log('使用满减券', item);
- uni.navigateTo({
+ uni.switchTab({
url: '/pages/index/category'
})
}
diff --git a/pages/index/category.vue b/pages/index/category.vue
index 28193f2..96744bf 100644
--- a/pages/index/category.vue
+++ b/pages/index/category.vue
@@ -271,7 +271,7 @@
.car-show {
height: 80rpx;
position: fixed;
- bottom: 150rpx;
+ bottom: 200rpx;
right: 0;
.car-image {
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 3b2967f..143aa42 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -321,7 +321,7 @@
console.log('轮播图跳转事件:', item.url);
const tabBarPages = [
'/pages/index/index',
- '/pages/index/fabu',
+ '/pages/index/category',
'/pages/index/user'
];
console.log('tabbarsList:', tabBarPages);
@@ -607,38 +607,38 @@
// align-items: center;
.navTop-left {
- width: 270rpx;
- height: 350rpx;
+ width: 330rpx;
+ height: 390rpx;
background-image: url('https://jiangxiaoxian.0rui.cn/shoppingMall.png');
- background-size: 100%;
+ background-size: 100% 100%;
border-radius: 18rpx;
- padding: 40rpx 30rpx 0rpx 30rpx;
+ // padding: 40rpx 30rpx 0rpx 30rpx;
}
.navTop-right {
- display: grid;
+ // display: grid;
justify-content: center;
align-items: center;
width: 330rpx;
.navRight1 {
- width: 270rpx;
- height: 140rpx;
+ width: 330rpx;
+ height: 180rpx;
background-image: url('https://jiangxiaoxian.0rui.cn/rent.png');
background-size: 100%;
border-radius: 18rpx;
- padding: 40rpx 30rpx 0rpx 30rpx;
+ // padding: 40rpx 30rpx 0rpx 30rpx;
}
.navRight2 {
margin-top: 30rpx;
- width: 270rpx;
- height: 140rpx;
+ width: 330rpx;
+ height: 180rpx;
background-image: url('https://jiangxiaoxian.0rui.cn/school.png');
background-size: 100%;
border-radius: 18rpx;
- padding: 40rpx 30rpx 0rpx 30rpx;
+ // padding: 40rpx 30rpx 0rpx 30rpx;
}
}
}