提交 6aaa89cd 编写于 作者: chendeli's avatar chendeli

add

上级 c9761284
......@@ -215,14 +215,14 @@ export default {
// alert("token之前");
window.__getUserInfo = function(parm){
// alert(JSON.stringify(parm))
//alert(JSON.stringify(parm))
_this.systemType = parm.systemType;
_this.appVersion = parm.appVersion;
_this.token = parm.userToken;
// _this.userToken = parm.userToken;
_this.userMobile = parm.userMobile;
if(parm.userMobile != ''){
if(parm.userMobile && parm.userMobile != ''){
_this.getKeepData(parm.userToken);
}
......@@ -240,7 +240,7 @@ export default {
// _this.msgCount = '2'
// _this.isShowKeep = true;
// _this.isHeightFromApp = true;
// _this.getKeepData(_this.userToken);
// _this.getKeepData(_this.token);
// _this.initByToken(_this.token);
// _this.getIconData(_this.token);
// _this.isIntStyle = 'font-style pull-down';
......@@ -747,7 +747,7 @@ export default {
_this.isShowEvluat = false;
///alert("0")
clearInterval(setTimer)
},5000);
},60000);
},
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册