Browse Source

充值管理,根据查询计算总金额和总茶宝

董荣正 1 month ago
parent
commit
8518334838
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/assets/js/backend/offline/offline_recharge.js

+ 1 - 1
public/assets/js/backend/offline/offline_recharge.js

@@ -54,7 +54,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                 
                 let amount=data['amount'];
                 let cha_bao=data['cha_bao']
-                //这里我们手动设置底部的值
+                //手动设置底部的值
                 $("#amount").text(amount);
                 $("#cha_bao").text(cha_bao);
             });