提交 86312e2f 编写于 作者: 杨广俊's avatar 杨广俊

test1

上级 98882fc3
...@@ -94,9 +94,9 @@ export default { ...@@ -94,9 +94,9 @@ export default {
// _this.token = parm.userToken || _this.$route.query.token; // _this.token = parm.userToken || _this.$route.query.token;
// this.getData(); // this.getData();
// } // }
window.__refresh = function (parm) { // window.__refresh = function (parm) {
_this.getData(); // _this.getData();
} // }
window.addEventListener('scroll', this.handleScroll) window.addEventListener('scroll', this.handleScroll)
}, },
......
...@@ -21,7 +21,9 @@ ...@@ -21,7 +21,9 @@
if(t == '__getUserInfo_CA'){ if(t == '__getUserInfo_CA'){
__getUserInfo_CA(n) __getUserInfo_CA(n)
} }
if(t == '__getUserInfo_HL'){
__getUserInfo_HL(n)
}
if(t == '__getStatusBarHeight'){ if(t == '__getStatusBarHeight'){
__getStatusBarHeight(n); __getStatusBarHeight(n);
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册