From f9dfb68ac97326a94accd33cf9b5d1cd41985e02 Mon Sep 17 00:00:00 2001
From: rose <1942951600@qq.com>
Date: Fri, 7 May 2021 18:42:21 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E9=83=A8=E5=88=86=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/Business/Children/Business.vue | 30 ++++++++++++-
src/views/FirstPage/FirstPage.vue | 57 ++++++++++++++++++++----
2 files changed, 77 insertions(+), 10 deletions(-)
diff --git a/src/views/Business/Children/Business.vue b/src/views/Business/Children/Business.vue
index a6c0d18..0ac9657 100644
--- a/src/views/Business/Children/Business.vue
+++ b/src/views/Business/Children/Business.vue
@@ -6,9 +6,10 @@
-
+
+
-
+
+
-
+ />
+
+
+
-
@@ -130,6 +140,7 @@ export default {
current: 1,
pageSize: 3,
total: 10,
+ display: -1
};
},
created() {
@@ -144,6 +155,7 @@ export default {
onShowSizeChange(current, size) {
this.current = current;
this.getData();
+ this.display = -1
},
async getData(getParam) {
@@ -187,6 +199,19 @@ export default {
this.setActDetail(item);
this.$router.push('/ItInformation/ActDetails');
},
+ openPage(url) {
+ window.open(url);
+ },
+ fade(index){
+ console.log(index)
+ // var obj = document.getElementById(index)
+ this.display = index
+ // this.list[index].contentUrl = this.list[index].contentUrl + '?autoplay=1'
+ // console.log(this.list[index].contentUrl)
+
+
+ },
+
},
};
@@ -251,10 +276,24 @@ export default {
margin: 0 5%;
}
.pagination {
- margin-left: 300px;
+ // margin-left: 300px;
+ margin-left: auto;
margin-top: 48px;
- text-align: right!important;
+ // float: right!important;
}
+.cover{
+ width: 392px;
+ height: 300px;
+ position: absolute;
+ // top: -310px;
+ left: 0px;
+}
+.relative{
+ position: relative;
+}
+.none{
+ display: none;
+}