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

fff

上级 0367b7b3
...@@ -175,12 +175,12 @@ export default { ...@@ -175,12 +175,12 @@ export default {
// _this.getAdjustData() // _this.getAdjustData()
_this.search() _this.search()
} }
window.__refresh = function(){ // window.__refresh = function(){
alert(44) // alert(44)
_this.setRefreshNum(++this.refreshNum) // _this.setRefreshNum(++this.refreshNum)
alert(55) // alert(55)
_this.getUserInfo() // _this.getUserInfo()
} // }
if(window.__isWeb){ if(window.__isWeb){
_this.search() _this.search()
} }
......
...@@ -66,6 +66,10 @@ export default { ...@@ -66,6 +66,10 @@ export default {
} }
window.__getStatusBarHeight = function (param) { window.__getStatusBarHeight = function (param) {
_self.setStatusBarHeight(param) _self.setStatusBarHeight(param)
}
window.__refresh = function(){
alert(44)
alert(55)
} }
}, },
mounted(){ mounted(){
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册