update:暂存金币相关

This commit is contained in:
2026-08-19 10:14:17 +08:00
parent d60c32506f
commit 63f3cada0f
36 changed files with 1303 additions and 2 deletions
+6
View File
@@ -24,6 +24,11 @@ const toFristTryPage = async () => {
});
}
};
const toCoinPage = () => {
uni.navigateTo({
url: "/pages/coin/index",
});
};
const toBeVipPage = () => {
uni.navigateTo({
url: "/pages/member/be-vip",
@@ -108,6 +113,7 @@ const buildVersion = typeof __BUILD_TIME__ !== 'undefined' ? __BUILD_TIME__ : ''
<text v-if="user.trio > 0" :style="{ color: '#259249' }">已完成</text>
<text v-else :style="{ color: '#CC311F' }">未完成</text>
</UserItem>
<UserItem title="我的金币" :onClick="toCoinPage" />
<UserItem title="会员" :onClick="toBeVipPage">
<view
v-if="user.sVip === true"