From c35f907f1ab5c2cd45a55bf757bb2fc17a5bcf1e Mon Sep 17 00:00:00 2001 From: 44323 <443237572@qq.com> Date: 星期四, 23 十一月 2023 18:45:54 +0800 Subject: [PATCH] 后台bug修改 --- cloud-server-management/src/main/webapp/static/modular/system/ball/yuyue.js | 19 ++++++++++++------- 1 files changed, 12 insertions(+), 7 deletions(-) diff --git a/cloud-server-management/src/main/webapp/static/modular/system/ball/yuyue.js b/cloud-server-management/src/main/webapp/static/modular/system/ball/yuyue.js index 147586b..196f8fc 100644 --- a/cloud-server-management/src/main/webapp/static/modular/system/ball/yuyue.js +++ b/cloud-server-management/src/main/webapp/static/modular/system/ball/yuyue.js @@ -33,15 +33,20 @@ if (row.status === 0 ) { if (value) { var moneyValues = value.split(','); - var moneyText = moneyValues[0] + '元/' + moneyValues[1] + '玩湃币'; - return moneyText;} - } - else { - if (row.payType === 4){ + var moneyText = moneyValues[0] + '元/' + moneyValues[1] + '币'; + return moneyText;} + } else { + console.log("看看支付方式") + console.log(row.payType) + if (row.payType == "手动支付"){ + console.log("元") return row.payMoney+'元' - }else if (row.payType === 3){ - return row.payMoney+'玩湃币' }else { + }else if (row.payType == "玩湃币"){ + console.log("币") + return row.payMoney+'币' } + else { + console.log("不会吧") return row.payMoney+'元' } -- Gitblit v1.7.1