|
@@ -124,15 +124,15 @@
|
|
|
});
|
|
|
}
|
|
|
|
|
|
- //接口查询余额
|
|
|
- $('#available div').each(function(index, item) {
|
|
|
- let txt = $(item).prev().text()
|
|
|
- if (txt < 0 && txt < -10000) {
|
|
|
- $(item).text('(' + '-' + cnMoneyFormat(txt) + ')')
|
|
|
- } else {
|
|
|
- $(item).text('(' + cnMoneyFormat(txt) + ')')
|
|
|
- }
|
|
|
- })
|
|
|
+ // //接口查询余额
|
|
|
+ // $('#available div').each(function(index, item) {
|
|
|
+ // let txt = $(item).prev().text()
|
|
|
+ // if (txt < 0 && txt < -10000) {
|
|
|
+ // $(item).text('(' + '-' + cnMoneyFormat(txt) + ')')
|
|
|
+ // } else {
|
|
|
+ // $(item).text('(' + cnMoneyFormat(txt) + ')')
|
|
|
+ // }
|
|
|
+ // })
|
|
|
|
|
|
$("#submitBtn").click(function() {
|
|
|
if ($("#price_form").valid()) {
|