wuhongyu 5 rokov pred
rodič
commit
801b9b023a

+ 1 - 1
src/layout/technical/semDetail.vue

@@ -135,7 +135,7 @@ export default {
       const res = await this.fetch(id);
       this.$set(this, `detail`, res.data);
     },
-    async search({ skip = 0, limit = this.limit, newsid = this.id } = { skip: 0, limit: this.limit }) {
+    async search({ skip = 0, limit = this.limit, newsid = this.newsid } = { skip: 0, limit: this.limit }) {
       let res = await this.commentquery({ skip, limit, newsid });
       console.log(res);
       this.$set(this, `list`, res.data);

+ 2 - 2
src/views/supermaket/list.vue

@@ -290,7 +290,7 @@ export default {
 }
 .menu {
   float: left;
-  height: 450px;
+  min-height: 600px;
   width: 20%;
   background: no-repeat bottom right;
   background-image: url(../../assets/live/menu_back.jpg);
@@ -324,7 +324,7 @@ export default {
   width: 77%;
   float: right;
   margin: 30px 0 30px 2px;
-  min-height: 766px;
+  min-height: 600px;
   box-shadow: 0 0 10px #2d64b3;
   overflow: hidden;
   right: 0px;

+ 2 - 2
src/views/technical/list.vue

@@ -216,7 +216,7 @@ export default {
 }
 .menu {
   float: left;
-  height: 450px;
+  min-height: 600px;
   width: 20%;
   background: no-repeat bottom right;
   background-image: url(../../assets/live/menu_back.jpg);
@@ -250,7 +250,7 @@ export default {
   width: 77%;
   float: right;
   margin: 30px 0 30px 2px;
-  min-height: 585px;
+   min-height: 600px;
   box-shadow: 0 0 10px #2d64b3;
   overflow: hidden;
   right: 0px;