|
@@ -55,10 +55,9 @@ export default {
|
55
|
55
|
pagination: {
|
56
|
56
|
el: ".swiper-pagination"
|
57
|
57
|
},
|
58
|
|
- // autoplay: {
|
59
|
|
- // disableOnInteraction: false
|
60
|
|
- // }
|
61
|
|
- autoplay: true
|
|
58
|
+ autoplay: {
|
|
59
|
+ disableOnInteraction: false
|
|
60
|
+ }
|
62
|
61
|
});
|
63
|
62
|
},
|
64
|
63
|
getOrderModel(orgid) {
|
|
@@ -87,6 +86,8 @@ export default {
|
87
|
86
|
console.log("联系我们orgid是多少", orgid);
|
88
|
87
|
this.getOrderModel(orgid);
|
89
|
88
|
this.getAllConnecWay(orgid);
|
|
89
|
+ },
|
|
90
|
+ mounted() {
|
90
|
91
|
this.initSwiper();
|
91
|
92
|
},
|
92
|
93
|
updated() {
|