@@ -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() {