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 () { - +