feat: 更新 API 地址,修改首页和支付页面的逻辑,优化收款方式管理功能
This commit is contained in:
@@ -2,14 +2,7 @@
|
||||
import type { Treaty } from "@elysiajs/eden";
|
||||
import type { InfiniteScrollCustomEvent } from "@ionic/vue";
|
||||
import type { TreatyQuery } from "@/api/types";
|
||||
import {
|
||||
calendarOutline,
|
||||
cardOutline,
|
||||
chevronForwardOutline,
|
||||
timeOutline,
|
||||
trendingUpOutline,
|
||||
walletOutline,
|
||||
} from "ionicons/icons";
|
||||
import { calendarOutline, cardOutline, timeOutline, trendingUpOutline } from "ionicons/icons";
|
||||
import { client, safeClient } from "@/api";
|
||||
|
||||
type Product = Treaty.Data<typeof client.api.subscription.products.get>["data"][number];
|
||||
|
||||
Reference in New Issue
Block a user