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;
+}