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;
}
}
}