chore: vip modal content转到单独的组件中

This commit is contained in:
xiaojunnuo
2026-02-02 02:29:26 +08:00
parent b4babbe2c7
commit d311992983
4 changed files with 316 additions and 291 deletions
@@ -15,3 +15,10 @@ export async function getVipTrial(vipType: string) {
data: { vipType },
});
}
export async function getTodayVipOrderCount() {
return await request({
url: "/sys/plus/getTodayVipOrderCount",
method: "post",
});
}