修复bug
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user