红包逻辑需要重构

This commit is contained in:
cbb
2026-01-16 17:57:43 +08:00
parent 5f9629f198
commit f0aee6ba14
16 changed files with 335 additions and 45 deletions

View File

@@ -104,7 +104,6 @@
rpxToPxRatio.value = sysInfo.windowWidth / 750
})
// 向外暴露方法
defineExpose({
updateScroll
@@ -204,4 +203,3 @@
height: calc(var(--status-bar-height) + 44px);
}
</style>

View File

@@ -143,7 +143,6 @@
></cb-input>
<cb-input
v-model="formData.invitationCode"
type="number"
icon="4"
placeholder="请输入邀请码"
></cb-input>