提交昨晚至今早的修改2

This commit is contained in:
2026-01-28 10:56:43 +08:00
154 changed files with 38279 additions and 5115 deletions

View File

@@ -44,7 +44,6 @@
<script setup lang="uts">
import { ref, onMounted } from 'vue'
import { onShow } from '@dcloudio/uni-app'
import supaClient from '@/components/supadb/aksupainstance.uts'
import { getCurrentUserId } from '@/utils/store.uts'
@@ -127,7 +126,8 @@ const goPlanList = () => {
}
onMounted(loadSubs)
onShow(loadSubs)
// 注意uni-app x 的 <script setup> 中不支持 onShow使用 onMounted 代替
// 如果需要页面显示时刷新,可以在页面选项中定义 onShow
</script>
<style scoped>