File diff suppressed because it is too large
+ 1 - 0
dist/css/chunk-5217811d.9444e1a2.css


File diff suppressed because it is too large
+ 1 - 0
dist/css/chunk-696a22f2.d3279be7.css


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


File diff suppressed because it is too large
+ 0 - 1
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.1f5af967.js


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


File diff suppressed because it is too large
+ 2 - 0
dist/js/chunk-5217811d.22bd2aa3.js


File diff suppressed because it is too large
+ 1 - 0
dist/js/chunk-5217811d.22bd2aa3.js.map


File diff suppressed because it is too large
+ 2 - 0
dist/js/chunk-696a22f2.2cdbd492.js


File diff suppressed because it is too large
+ 1 - 0
dist/js/chunk-696a22f2.2cdbd492.js.map


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


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


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


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


+ 2 - 2
src/views/tongfeng/zaoquan/tongfeng_dongjin.vue

@@ -60,7 +60,7 @@ export default {
       this.data = res.content.data;
       this.data = res.content.data;
     },
     },
     onClickLeft() {
     onClickLeft() {
-      window.history.back();
+      api.sendEvent({name:"closeWindow"})
     },
     },
      getNowFormatDate() {
      getNowFormatDate() {
       var now = new Date();
       var now = new Date();
@@ -237,7 +237,7 @@ li div {
   text-align: center;
   text-align: center;
   color: #FFFFFF;
   color: #FFFFFF;
   font-weight: bolder;
   font-weight: bolder;
-  font-size: 24px;
+  font-size: 20px;
 }
 }
 .topleft{
 .topleft{
   position: relative;
   position: relative;

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

@@ -62,7 +62,7 @@ export default {
       this.data = res.content.data;
       this.data = res.content.data;
     },
     },
     onClickLeft() {
     onClickLeft() {
-      window.history.back();
+       api.sendEvent({name:"closeWindow"})
     },
     },
      getNowFormatDate() {
      getNowFormatDate() {
       var now = new Date();
       var now = new Date();
@@ -239,7 +239,7 @@ li div {
   text-align: center;
   text-align: center;
   color: #FFFFFF;
   color: #FFFFFF;
   font-weight: bolder;
   font-weight: bolder;
-  font-size: 24px;
+  font-size: 20px;
 }
 }
 .topleft{
 .topleft{
   position: relative;
   position: relative;