pc-master #200
|
@ -591,6 +591,19 @@
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</div> -->
|
</div> -->
|
||||||
|
<div class="popBox">
|
||||||
|
<div class="pole_item" style="top:53.5%;left:48.5%;z-index:1;" @click="toHttp">
|
||||||
|
<div class="p_title">
|
||||||
|
<img src="../../assets/img/wenshi.png" alt="" />
|
||||||
|
<span>100个拱棚</span>
|
||||||
|
</div>
|
||||||
|
<img
|
||||||
|
class="pole1"
|
||||||
|
src="../../assets/img/pole1.png"
|
||||||
|
alt=""
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<div class="popBox" v-for="(item, index) in popContentList" :key="index">
|
<div class="popBox" v-for="(item, index) in popContentList" :key="index">
|
||||||
<template>
|
<template>
|
||||||
<div class="pole_item" :style="getTopOrLeft9(item.id)" @click="handlerPop(item.id)">
|
<div class="pole_item" :style="getTopOrLeft9(item.id)" @click="handlerPop(item.id)">
|
||||||
|
@ -1459,7 +1472,9 @@ export default {
|
||||||
that.time = getnowtime();
|
that.time = getnowtime();
|
||||||
}, 1000);
|
}, 1000);
|
||||||
},
|
},
|
||||||
|
toHttp(){
|
||||||
|
window.open('https://wlw.hx3n.com/datav/indexinfo.do', '_blank');
|
||||||
|
},
|
||||||
getNowTime() {
|
getNowTime() {
|
||||||
const now = new Date();
|
const now = new Date();
|
||||||
const year = now.getFullYear();
|
const year = now.getFullYear();
|
||||||
|
|
Loading…
Reference in New Issue