Sfoglia il codice sorgente

添加人民币标志

gcz 1 anno fa
parent
commit
a48158370f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      pages/cash/index.vue

+ 1 - 1
pages/cash/index.vue

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