File diff suppressed because it is too large
+ 0 - 1
dist/css/chunk-1ff25a5a.3e7b24f8.css


File diff suppressed because it is too large
+ 0 - 1
dist/css/chunk-45f7b0f4.e0f9a742.css


File diff suppressed because it is too large
+ 1 - 0
dist/css/chunk-7ccff9dc.4109eaef.css


File diff suppressed because it is too large
+ 1 - 0
dist/css/chunk-8ed2af50.a85b5835.css


File diff suppressed because it is too large
+ 1 - 1
dist/index.html


File diff suppressed because it is too large
+ 2 - 2
dist/js/app.3cb114fd.js


File diff suppressed because it is too large
+ 1 - 1
dist/js/app.3cb114fd.js.map


File diff suppressed because it is too large
+ 0 - 2
dist/js/chunk-1ff25a5a.52437d6f.js


File diff suppressed because it is too large
+ 0 - 1
dist/js/chunk-1ff25a5a.52437d6f.js.map


File diff suppressed because it is too large
+ 0 - 2
dist/js/chunk-45f7b0f4.5a55d131.js


File diff suppressed because it is too large
+ 0 - 1
dist/js/chunk-45f7b0f4.5a55d131.js.map


File diff suppressed because it is too large
+ 2 - 0
dist/js/chunk-7ccff9dc.bf864550.js


File diff suppressed because it is too large
+ 1 - 0
dist/js/chunk-7ccff9dc.bf864550.js.map


File diff suppressed because it is too large
+ 2 - 0
dist/js/chunk-8ed2af50.51211bcc.js


File diff suppressed because it is too large
+ 1 - 0
dist/js/chunk-8ed2af50.51211bcc.js.map


+ 31 - 3
src/views/tongfeng/zaoquan/tongfeng_dongjin.vue

@@ -1,9 +1,12 @@
 <template>
 <template>
   <div>
   <div>
-    <!-- <topimg></topimg> -->
-    <div v-if="show">
-      <van-nav-bar title="东井通风系统" left-arrow @click-left="onClickLeft" />
+
+    <div class="top_title">
+        <div class="topleft" @click-left="onClickLeft" ><</div>
+        <div class="toptitle">东井通风系统</div>
     </div>
     </div>
+    <!-- <topimg></topimg> -->
+    
     <div class="img">
     <div class="img">
     <img src="../../../assets/images/tongfeng.png" alt="">
     <img src="../../../assets/images/tongfeng.png" alt="">
     <h1>东井通风系统</h1>
     <h1>东井通风系统</h1>
@@ -56,6 +59,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(); //获取年份
@@ -219,4 +225,26 @@ li div {
   /* padding-bottom: 3px; */
   /* padding-bottom: 3px; */
  
  
 }
 }
+.top_title{
+  padding-top: 25px;
+  background-color: #009fe8;
+  display: flex;
+}
+.toptitle{
+  width: 100%;
+  height: 50px;
+  line-height: 50px;
+  text-align: center;
+  color: #FFFFFF;
+  font-weight: bolder;
+  font-size: 24px;
+}
+.topleft{
+  position: relative;
+  left: 15px;
+  color: #FFFFFF;
+  line-height: 50px;
+  font-size: 24px;
+  
+}
 </style>
 </style>

+ 6 - 6
src/views/tongfeng/zaoquan/tongfeng_xijin.vue

@@ -5,7 +5,7 @@
       <van-nav-bar title="西井通风系统" left-arrow @click-left="onClickLeft" />
       <van-nav-bar title="西井通风系统" left-arrow @click-left="onClickLeft" />
     </div> -->
     </div> -->
     <div class="top_title">
     <div class="top_title">
-        <div class="topleft"><</div>
+        <div class="topleft" @click-left="onClickLeft" ><</div>
         <div class="toptitle">西井通风系统</div>
         <div class="toptitle">西井通风系统</div>
     </div>
     </div>
     
     
@@ -228,8 +228,8 @@ li div {
   color: #fff;
   color: #fff;
 }
 }
 .top_title{
 .top_title{
-  padding-top: 50px;
-  background-color: #39f;
+  padding-top: 25px;
+  background-color: #009fe8;
   display: flex;
   display: flex;
 }
 }
 .toptitle{
 .toptitle{
@@ -239,13 +239,13 @@ li div {
   text-align: center;
   text-align: center;
   color: #FFFFFF;
   color: #FFFFFF;
   font-weight: bolder;
   font-weight: bolder;
-  font-size: 18px;
+  font-size: 24px;
 }
 }
 .topleft{
 .topleft{
   position: relative;
   position: relative;
-  left: 5px;
+  left: 15px;
   color: #FFFFFF;
   color: #FFFFFF;
   line-height: 50px;
   line-height: 50px;
-  font-size: 18px;
+  font-size: 24px;
 }
 }
 </style>
 </style>