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

去掉浮层

上级 76660e8a
......@@ -20,7 +20,7 @@
<!-- <div class="mt-100"></div> -->
<HistoryLabels/>
<HotLabels/>
<FirstTimeSS v-show="needShowFirstTime" @closeFC="closeFC"/>
<!-- <FirstTimeSS v-show="needShowFirstTime" @closeFC="closeFC"/> -->
</div>
</template>
......@@ -66,18 +66,18 @@ export default {
// _self.SET_USER_INFO(params)
_self.getData()
}
window.__isFirstTime = function(param) {
alert(JSON.stringify(param))
if(param.isFirst === 'true') {
_self.needShowFirstTime = true
rocNative.setFirstTime({
projectName: 'YQY_PROJECT_SOUSUO_1',
isFirst: 'false'
})
} else {
_self.needShowFirstTime = false
}
}
// window.__isFirstTime = function(param) {
// alert(JSON.stringify(param))
// if(param.isFirst === 'true') {
// _self.needShowFirstTime = true
// rocNative.setFirstTime({
// projectName: 'YQY_PROJECT_SOUSUO_1',
// isFirst: 'faalse'
// })
// } else {
// _self.needShowFirstTime = false
// }
// }
},
mounted(){
// window.__refresh = function(){
......@@ -105,7 +105,7 @@ export default {
// _self.getData()
// }
this.getUserInfo()
this.isFirstTime()
// this.isFirstTime()
// _self.getStatusBarHeight()
},
methods: {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册