Commit 177306bc authored by 黄奎's avatar 黄奎

b2b修改

parent 62a232d2
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<template> <template>
<div class="home-box" v-if="isPhone"> <div class="home-box" v-if="isPhone">
<mallHead msg="" @forword='goUrl' @siteCity="siteCity"/> <mallHead msg="" @forword='goUrl("2-1")' @siteCity="siteCity"/>
<div :style='{"min-height":minHeight+"px"}'> <div :style='{"min-height":minHeight+"px"}'>
<transition name="slide"> <transition name="slide">
<router-view :changeCity='changeCity'></router-view> <router-view :changeCity='changeCity'></router-view>
...@@ -41,6 +41,7 @@ export default { ...@@ -41,6 +41,7 @@ export default {
}, },
mounted () { mounted () {
//this.loadSize() //this.loadSize()
this.goUrl('2-1')
this.minHeight=document.documentElement.clientHeight-171 this.minHeight=document.documentElement.clientHeight-171
console.log(this.minHeight) console.log(this.minHeight)
let userAgentInfo = navigator.userAgent; let userAgentInfo = navigator.userAgent;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment