修改bug
diff --git a/www/js/bill.js b/www/js/bill.js
index c0af3fd..8921bd6 100644
--- a/www/js/bill.js
+++ b/www/js/bill.js
@@ -20,6 +20,7 @@
         V1Bills(param,function(ok,ret){
             if(ok){
                 if(ret.code==200){
+                    $.hideLoading();
                     if(ret.page&&ret.page.count>0){
                         app.initBillView(ret.page)
                     }else{