积分表UI修改

This commit is contained in:
kron
2025-09-24 21:05:06 +08:00
parent 59016fe54f
commit 94edc3d6c9
20 changed files with 483 additions and 92 deletions

View File

@@ -34,7 +34,9 @@ const onSelect = (index) => {
};
const goBack = () => {
uni.navigateBack();
uni.navigateBack({
delta: 2,
});
};
onLoad(async (options) => {
@@ -57,7 +59,13 @@ onLoad(async (options) => {
</script>
<template>
<Container :bgType="2" bgColor="#F5F5F5" :whiteBackArrow="false" title="分析">
<Container
:bgType="2"
bgColor="#F5F5F5"
:whiteBackArrow="false"
title="分析"
:onBack="goBack"
>
<view class="container">
<view class="tab-bar">
<view