Sfoglia il codice sorgente

查询有无到期信息

xiaohaizhao 2 anni fa
parent
commit
cba4744ebf
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      pages/tabbar/home/index.js

+ 5 - 0
pages/tabbar/home/index.js

@@ -1,4 +1,7 @@
 const _Http = getApp().globalData.http;
+import {
+    vIndate
+} from "../../../utils/pay"
 let DataCarousel = null,
     funs = {};
 
@@ -12,6 +15,8 @@ Page({
     onLoad(options) {
         this.refreshData() //更新权限等信息
         getApp().globalData.http.refreshData = this.refreshData.bind(this);
+        vIndate();
+
     },
     /* 更新站点信息 */
     refreshData() {