diff --git a/apps/web-antd/src/api/core/log.ts b/apps/web-antd/src/api/core/log.ts index 79feb6a..17276ed 100644 --- a/apps/web-antd/src/api/core/log.ts +++ b/apps/web-antd/src/api/core/log.ts @@ -1,4 +1,5 @@ import { requestClient } from '#/api/request'; + export interface UserData { data: object[]; total: number; @@ -57,6 +58,8 @@ export interface UserOrder { PayTime: number; PayType: number; Param: string; + CreateTimeStr?: string; + PayTimeStr?: string; } export async function getUserLogAssetApi(data: UserLogAssetParam) { diff --git a/apps/web-antd/src/store/recharge.ts b/apps/web-antd/src/store/recharge.ts new file mode 100644 index 0000000..42268c7 --- /dev/null +++ b/apps/web-antd/src/store/recharge.ts @@ -0,0 +1,102 @@ +export const rechargeData: Record = { + 1: '钻石商店挡位1', + 2: '钻石商店挡位2', + 3: '钻石商店挡位3', + 4: '钻石商店挡位4', + 5: '钻石商店挡位5', + 6: '钻石商店挡位6', + 7: '体力商店挡位1', + 8: '体力商店挡位2', + 9: '体力商店挡位3', + 10: '体力商店挡位4', + 11: '体力商店挡位5', + 12: '体力商店挡位6', + 13: '特惠礼包1', + 14: '特惠礼包1', + 15: '特惠礼包1', + 16: '特惠礼包1', + 17: '特惠礼包1', + 18: '特惠礼包1', + 19: '特惠礼包1', + 20: '特惠礼包1', + 21: '特惠礼包1', + 22: '特惠礼包1', + 23: '特惠礼包1', + 24: '特惠礼包1', + 25: '特惠礼包2', + 26: '特惠礼包2', + 27: '特惠礼包2', + 28: '特惠礼包2', + 29: '特惠礼包2', + 30: '特惠礼包2', + 31: '特惠礼包2', + 32: '特惠礼包2', + 33: '特惠礼包2', + 34: '特惠礼包2', + 35: '特惠礼包2', + 36: '特惠礼包2', + 37: '无尽礼包', + 38: '无尽礼包', + 39: '无尽礼包', + 40: '无尽礼包', + 41: '无尽礼包', + 42: '无尽礼包', + 43: '无尽礼包', + 44: '无尽礼包', + 45: '无尽礼包', + 46: '无尽礼包', + 47: '无尽礼包', + 48: '无尽礼包', + 49: '无尽礼包', + 50: '无尽礼包', + 51: '无尽礼包', + 52: '无尽礼包', + 53: '无尽礼包', + 54: '无尽礼包', + 55: '无尽礼包', + 56: '无尽礼包', + 57: '无尽礼包', + 58: '无尽礼包', + 59: '无尽礼包', + 60: '无尽礼包', + 61: '无尽礼包', + 62: '无尽礼包', + 63: '小猪存钱罐', + 64: '免广告', + 65: '新手礼包1', + 66: '新手礼包2', + 67: 'playroom打工道具', + 68: '套餐优惠礼包1', + 69: '套餐优惠礼包2', + 70: '套餐优惠礼包3', + 71: '套餐优惠礼包4', + 72: '买一赠一礼包1', + 73: '超值加购礼包1', + 74: '超值加购礼包1+1', + 75: '超值加购礼包1+2', + 76: '超值加购礼包1+3', + 77: '超值加购礼包I', + 78: '超值加购礼包I+II', + 79: '超值加购礼包I+III', + 80: '超值加购礼包I+IV', + 81: '超值加购礼包I+II+III', + 82: '超值加购礼包I+II+IV', + 83: '超值加购礼包I+III+IV', + 84: '超值加购礼包I+II+III+IV', + 85: '宠物币礼包1', + 86: '宠物币礼包2', + 87: '宠物币礼包3', + 88: '宠物币礼包4', + 89: '宠物币礼包5', + 90: '宠物币礼包6', + 91: '宠物币礼包7', + 92: '宠物币礼包8', + 93: '宠物币礼包9', + 94: '宠物币礼包10', + 95: '宠物币礼包11', + 96: '宠物币礼包12', + 97: '宠物币礼包13', + 98: '宠物币礼包14', + 99: '宠物币礼包15', + 100: '宠物币礼包16', +}; diff --git a/apps/web-antd/src/views/userlog/orderlog/event-table.vue b/apps/web-antd/src/views/userlog/orderlog/event-table.vue index e0f9660..5377d60 100644 --- a/apps/web-antd/src/views/userlog/orderlog/event-table.vue +++ b/apps/web-antd/src/views/userlog/orderlog/event-table.vue @@ -1,17 +1,19 @@ \ No newline at end of file + + + diff --git a/vben-admin.code-workspace b/vben-admin.code-workspace index 5a3d681..db676e7 100644 --- a/vben-admin.code-workspace +++ b/vben-admin.code-workspace @@ -4,14 +4,6 @@ "name": "@vben/web-antd", "path": "apps/web-antd", }, - { - "name": "@vben/web-ele", - "path": "apps/web-ele", - }, - { - "name": "@vben/web-naive", - "path": "apps/web-naive", - }, { "name": "@vben/docs", "path": "docs",