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

去掉浮层

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