修复bug

This commit is contained in:
2026-01-30 19:00:31 +08:00
parent fcc976680d
commit 3de5e9ebe9
91 changed files with 4966 additions and 847 deletions

View File

@@ -1,5 +1,6 @@
<template>
<view class="page">
<AdminLayout currentPage="subscription-plan">
<view class="page">
<!-- 顶部操作栏 -->
<view class="toolbar">
<text class="title">订阅方案管理</text>
@@ -126,10 +127,13 @@
</view>
</view>
</view>
</template>
</AdminLayout>
</template>
<script lang="uts">
import supa from '@/components/supadb/aksupainstance.uts'
import AdminLayout from '@/layouts/admin/AdminLayout.uvue'
type UJ = UTSJSONObject

View File

@@ -1,5 +1,6 @@
<template>
<view class="page">
<AdminLayout currentPage="subscription-user">
<view class="page">
<view class="toolbar">
<text class="title">用户订阅管理</text>
</view>
@@ -82,11 +83,13 @@
</view>
</view>
</view>
</AdminLayout>
</template>
<script lang="uts">
import supa from '@/components/supadb/aksupainstance.uts'
import { SUBSCRIPTION_STATUS } from '@/types/mall-types.uts'
import AdminLayout from '@/layouts/admin/AdminLayout.uvue'
type UJ = UTSJSONObject