|
@@ -1,6 +1,9 @@
|
|
<template>
|
|
<template>
|
|
<div>
|
|
<div>
|
|
<!-- <topimg></topimg> -->
|
|
<!-- <topimg></topimg> -->
|
|
|
|
+ <div v-if="show">
|
|
|
|
+ <van-nav-bar title="西井通风系统" left-arrow @click-left="onClickLeft" />
|
|
|
|
+ </div>
|
|
<div class="img">
|
|
<div class="img">
|
|
<img src="../../../assets/images/tongfeng.png" alt="">
|
|
<img src="../../../assets/images/tongfeng.png" alt="">
|
|
<h1>西井通风系统</h1>
|
|
<h1>西井通风系统</h1>
|
|
@@ -53,6 +56,9 @@ export default {
|
|
console.log(res.content.data);
|
|
console.log(res.content.data);
|
|
this.data = res.content.data;
|
|
this.data = res.content.data;
|
|
},
|
|
},
|
|
|
|
+ onClickLeft() {
|
|
|
|
+ window.history.back();
|
|
|
|
+ },
|
|
getNowFormatDate() {
|
|
getNowFormatDate() {
|
|
var now = new Date();
|
|
var now = new Date();
|
|
var year = now.getFullYear(); //获取年份
|
|
var year = now.getFullYear(); //获取年份
|
|
@@ -108,6 +114,17 @@ export default {
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style scoped>
|
|
<style scoped>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+.van-nav-bar {
|
|
|
|
+ background: #39f;
|
|
|
|
+}
|
|
|
|
+ .van-nav-bar__title {
|
|
|
|
+ color: #fff;
|
|
|
|
+}
|
|
|
|
+ .van-nav-bar .van-icon {
|
|
|
|
+ color: #fff;
|
|
|
|
+}
|
|
.img{
|
|
.img{
|
|
height: 180px;
|
|
height: 180px;
|
|
position: relative;
|
|
position: relative;
|