Sfoglia il codice sorgente

更新缓存版本

MaiXinRong 5 anni fa
parent
commit
35dd03915b
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      app/service/report_memory.js

+ 2 - 1
app/service/report_memory.js

@@ -20,7 +20,7 @@ const changeConst = require('../const/change');
 const stageImTz = 'mem_stage_im_tz';
 const stageImTzBills = 'mem_stage_im_tz_bills';
 const stageImZl = 'mem_stage_im_zl';
-const stageImVersion = '1.0';
+const stageImVersion = '1.3';
 
 const Ledger = require('../lib/ledger');
 
@@ -253,6 +253,7 @@ module.exports = app => {
                 }
                 this.stageImData.main = err.statck ? '数据错误' : err;
             }
+            console.log(this.stageImData.main);
             return this.stageImData.main;
         }