From ef0ca7ff27041f7829d6cafd0fd603f533507c40 Mon Sep 17 00:00:00 2001 From: Huakk <1751826683@qq.com> Date: Fri, 6 Sep 2024 21:05:05 +0800 Subject: [PATCH] feat(custom): \! --- src/views/commodity/hot_list/index.vue | 2 +- src/views/finance/api.js | 2 + src/views/finance/suyuan.vue | 247 +++++++++++++++++++++++-- src/views/system/msgMag/index.vue | 7 + src/views/user/index/index.vue | 88 +++------ 5 files changed, 268 insertions(+), 78 deletions(-) create mode 100644 src/views/system/msgMag/index.vue diff --git a/src/views/commodity/hot_list/index.vue b/src/views/commodity/hot_list/index.vue index c1226b6..9cf9f7b 100644 --- a/src/views/commodity/hot_list/index.vue +++ b/src/views/commodity/hot_list/index.vue @@ -454,7 +454,7 @@ const columns = ref([ align: 'center', }, { - title: '折扣比例(%)', + title: '抵扣比例(%)', key: 'discount', align: 'center', }, diff --git a/src/views/finance/api.js b/src/views/finance/api.js index 0ef29ae..9dd7e59 100644 --- a/src/views/finance/api.js +++ b/src/views/finance/api.js @@ -9,4 +9,6 @@ export default { ydataEdit: (data) => request.post('/store/amount/withdraw/edit', data), // 溯源统计 suyuanData: (data) => request.post('/pulse/count', data), + // 获取游戏大厅 + getGameData: (data) => request.post('/game/list', data), } diff --git a/src/views/finance/suyuan.vue b/src/views/finance/suyuan.vue index ec87813..80ef984 100644 --- a/src/views/finance/suyuan.vue +++ b/src/views/finance/suyuan.vue @@ -1,5 +1,87 @@