@@ -309,7 +309,7 @@
let num1 = this.withdrawInfo.serviceCharge;
let num = isNaN(num1) ? 0 : (Number(num1) / 100)
let money = num ? this.moneyValue * num : Number(this.moneyValue)
- return money
+ return '¥' + money
}