1.6提交

This commit is contained in:
zoujiandong
2026-01-06 08:36:02 +08:00
parent 8025b2abab
commit 56c645a75c
42 changed files with 3902 additions and 2595 deletions
+5 -3
View File
@@ -1,5 +1,5 @@
<template>
<uni-nav-bar
<!-- <uni-nav-bar
left-icon="left"
title="我的福利"
@clickLeft="goBack"
@@ -8,7 +8,8 @@
height="180rpx"
:border="false"
backgroundColor="#eeeeee"
></uni-nav-bar>
></uni-nav-bar> -->
<navBar :title="'我的福利'" />
<view class="benefits-page">
@@ -90,6 +91,7 @@
import jifenImg from "@/static/duihuan.png"
import api from '@/api/api';
import navTo from "@/utils/navTo.js";
import navBar from '@/components/navBar/navBar.vue'
// 当前选中的标签页
const activeTab = ref(0);
@@ -332,7 +334,7 @@
.segmented-control {
position: fixed;
top: $nav-height;
top: calc(var(--status-bar-height) + 44px);
left: 0;
right: 0;
z-index: 10;