From f79cc2a95232b28b61effa6883f8137363d3ec64 Mon Sep 17 00:00:00 2001 From: donghaolin <17667510818@163.com> Date: Mon, 20 Jan 2025 13:55:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E6=9C=9F=E6=AD=A3=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gold-system/src/views/audit/rechargeAudit.vue | 241 ++++++++--- gold-system/src/views/audit/refundAudit.vue | 214 ++++++++-- gold-system/src/views/consume/addConsume.vue | 136 +++++-- gold-system/src/views/consume/allConsume.vue | 147 +++++-- gold-system/src/views/index.vue | 2 +- gold-system/src/views/login.vue | 39 +- gold-system/src/views/managerecharge/activity.vue | 23 +- gold-system/src/views/managerecharge/rate.vue | 14 +- gold-system/src/views/permissions/index.vue | 300 ++++++++++---- gold-system/src/views/recharge/addRecharge.vue | 475 +++++++++++++++++----- gold-system/src/views/recharge/adminRecharge.vue | 16 +- gold-system/src/views/recharge/allRecharge.vue | 167 ++++++-- gold-system/src/views/refund/addRefund.vue | 131 ++++-- gold-system/src/views/refund/allRefund.vue | 14 +- gold-system/src/views/usergold/index.vue | 14 +- gold-system/src/views/usergoldInfo/index.vue | 77 +++- gold-system/src/views/workspace/index.vue | 45 +- 17 files changed, 1588 insertions(+), 467 deletions(-) diff --git a/gold-system/src/views/audit/rechargeAudit.vue b/gold-system/src/views/audit/rechargeAudit.vue index 40453b9..5de7086 100644 --- a/gold-system/src/views/audit/rechargeAudit.vue +++ b/gold-system/src/views/audit/rechargeAudit.vue @@ -19,7 +19,7 @@ const adminData = ref({}); const getAdminData = async function () { try { const result = await API.post( - "/hwjb/admin/userinfo", + "http://39.99.159.73:20090/admin/userinfo", {} ); adminData.value = result; @@ -30,7 +30,6 @@ const getAdminData = async function () { } }; - // 充值明细表格 const tableData = ref([]); // 搜索====================================== @@ -123,7 +122,7 @@ const get = async function (val) { console.log("搜索参数", getObj.value); // 发送POST请求 const result = await API.post( - "/hwjb/recharge/recharge", + "http://39.99.159.73:20090/recharge/recharge", { ...getObj.value, rechargeVo: { ...rechargeVo.value } } ); @@ -253,7 +252,7 @@ const getActivity = async function () { try { // 发送POST请求 const result = await API.post( - "/hwjb/recharge/activity/select", + "http://39.99.159.73:20090/recharge/activity/select", {} ); @@ -272,7 +271,7 @@ const getArea = async function () { try { // 发送POST请求 const result = await API.post( - "/hwjb/recharge/user/search", + "http://39.99.159.73:20090/recharge/user/search", {} ); // 将响应结果存储到响应式数据中 @@ -337,7 +336,7 @@ const passConfirm = async function () { console.log("通过对象", passObj.value); // 发送POST请求 const result = await API.post( - "/hwjb/audit/audit/goldedit", + "http://39.99.159.73:20090/audit/audit/goldedit", passObj.value ); @@ -384,7 +383,7 @@ const rejectConfirm = async function () { console.log("驳回对象", rejectObj.value); // 发送POST请求 const result = await API.post( - "/hwjb/audit/audit/goldedit", + "http://39.99.159.73:20090/audit/audit/goldedit", rejectObj.value ); @@ -436,32 +435,69 @@ onMounted(async function () {
精网号: - +
活动名称: - - + +
充值方式: - - + +
所属地区: - - + +
@@ -470,9 +506,16 @@ onMounted(async function () {
充值时间: - - + + 近7天
@@ -490,7 +533,12 @@ onMounted(async function () { - + @@ -498,7 +546,12 @@ onMounted(async function () {
- + - + - + - + 驳回
@@ -585,17 +688,42 @@ onMounted(async function () { @@ -604,12 +732,29 @@ onMounted(async function () {
- + - + - + - + 驳回 @@ -565,17 +655,42 @@ onMounted(async function () { @@ -584,12 +699,29 @@ onMounted(async function () { - +