签到页面的去发布,去消费的绑定路径更换,

商城的购物车底部距离提高
首页轮播图跳转判断更换相应的路径
This commit is contained in:
wangzimeng 2025-08-14 18:27:36 +08:00
parent 7ad5a25cdf
commit e405700578
5 changed files with 26 additions and 19 deletions

View File

@ -125,7 +125,7 @@
</view>
</view>
<view class="signBtn" @click="toPage('/pages/index/category')">
<view class="signBtn" @click="toTabb('/pages/index/category')">
去消费
</view>
</view>
@ -218,7 +218,7 @@
</view>
<view class="contactBtn">
<view class="tactBtnBox" style="color: #999999;" @click="showFB = false">取消</view>
<view class="tactBtnBox2" style="color: #323232;" @click="toTabb('/pages/index/fabu')">去发布</view>
<view class="tactBtnBox2" style="color: #323232;" @click="toFaBu">去发布</view>
</view>
</view>
</su-popup>
@ -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

View File

@ -1,5 +1,5 @@
<template>
<!-- <view> 发布 </view> tabbar="/pages/index/fabu"-->
<!-- <view> 发布 </view>-->
<s-layout title="发布信息" :bgStyle="{ color: '#f7f7f7' }">
<view class="container">
<!-- :style="{height: isIphone ? `calc(71vh - ${systemInfo.safeAreaInsets.bottom}px)` : '78vh',}" -->

View File

@ -182,7 +182,7 @@
/* 使用券 */
function toUseFull(item) {
console.log('使用满减券', item);
uni.navigateTo({
uni.switchTab({
url: '/pages/index/category'
})
}

View File

@ -271,7 +271,7 @@
.car-show {
height: 80rpx;
position: fixed;
bottom: 150rpx;
bottom: 200rpx;
right: 0;
.car-image {

View File

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