苏荣斌 3 years ago
parent
commit
3a0b0af461
2 changed files with 2 additions and 2 deletions
  1. 1 1
      pages/billing/index.js
  2. 1 1
      pages/billing/index.wxml

+ 1 - 1
pages/billing/index.js

@@ -118,10 +118,10 @@ Page({
       ["searchParams.createTime_end"]: data.endTime,
       list:[]
     });
+    this.getList()
   },
   getList() {
     var that = this
-
     utils.request(utils.api.mgVmBillList, that.data.searchParams, "GET", true, false, app.globalData.token).then((res) => {
       if (res.code == 200) {
         if (res.result.records.length > 0) {

+ 1 - 1
pages/billing/index.wxml

@@ -9,7 +9,7 @@
   </tui-list-cell>
     <tui-list-cell hover="{{false}}">
       <view class="tui-line-cell">
-        <view class="tui-title">总额</view>
+        <view class="tui-title">总额</view> 
         <label class="tui-lable">{{totalAmount}}元</label>
       </view>
     </tui-list-cell>