提交昨晚至今早的修改

This commit is contained in:
2026-01-28 10:46:54 +08:00
parent 4ab722a118
commit af316e6d94
13 changed files with 6635 additions and 196 deletions

View File

@@ -2,11 +2,9 @@
<template>
<view class="wallet-page">
<!-- 顶部栏 -->
<view class="wallet-header">
<!--<view class="wallet-header">
<text class="back-btn" @click="goBack"></text>
<text class="header-title">我的钱包</text>
<text class="more-btn" @click="showMoreActions">···</text>
</view>
</view>-->
<scroll-view class="wallet-content" scroll-y>
<!-- 余额概览 -->
@@ -162,7 +160,7 @@
<script setup lang="uts">
import { ref, onMounted, computed, watch } from 'vue'
import supa from '@/components/supadb/aksupainstance.uts'
//import supa from '@/components/supadb/aksupainstance.uts'
type WalletType = {
id: string
@@ -556,18 +554,6 @@ const goBack = () => {
padding: 5px;
}
.header-title {
font-size: 18px;
font-weight: bold;
color: #333333;
}
.more-btn {
color: #333333;
font-size: 20px;
padding: 5px;
}
.wallet-content {
flex: 1;
}