积分表UI修改

This commit is contained in:
kron
2025-09-24 21:05:06 +08:00
parent 59016fe54f
commit 94edc3d6c9
20 changed files with 483 additions and 92 deletions

View File

@@ -94,7 +94,6 @@ onShow(async () => {
});
onMounted(async () => {
uni.removeStorageSync("point-book-config");
const config = await getAppConfig();
updateConfig(config);
console.log("全局配置:", config);
@@ -289,7 +288,7 @@ onShareTimeline(() => {
<Signin :onClose="() => (showModal = false)" />
</SModal>
</view>
<AppFooter :signin="() => (showModal = true)" />
<AppFooter />
</Container>
</template>