haru haru 2 年之前
父節點
當前提交
9951f0cca1
共有 2 個文件被更改,包括 18 次插入18 次删除
  1. 9 9
      admin/templates/default/provider.remit.edit.php
  2. 9 9
      admin/templates/default/provider.remit.php

+ 9 - 9
admin/templates/default/provider.remit.edit.php

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

+ 9 - 9
admin/templates/default/provider.remit.php

@@ -122,15 +122,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()) {