满天星医废小程序,带账号登录

This commit is contained in:
2026-03-03 14:26:16 +08:00
commit 6f7604897f
54 changed files with 14841 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<template>
<view>
<scroll-view scroll-y class="page">
<cu-custom bgColor="bg-gradual-pink" :isBack="true"><block slot="backText">返回</block><block slot="content">追溯</block></cu-custom>
</scroll-view>
</view>
</template>
<script>
</script>
<style>
.page {
width: 100vw;
height: 100Vh;
}
</style>