|
|
|
@ -79,7 +79,7 @@
|
|
|
|
|
{{"+" + (item.member_number > 99 ? '99' : item.member_number)}}
|
|
|
|
|
</div>
|
|
|
|
|
</swiper-slide>
|
|
|
|
|
<div class="swiper-pagination" slot="pagination"></div>
|
|
|
|
|
<!--<div class="swiper-pagination" slot="pagination"></div>-->
|
|
|
|
|
</swiper>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -96,10 +96,11 @@
|
|
|
|
|
import CommonBox from '../../secondPages/commonBox.vue';
|
|
|
|
|
import VueSeamlessScroll from 'vue-seamless-scroll';
|
|
|
|
|
import {swiper, swiperSlide} from "vue-awesome-swiper";
|
|
|
|
|
import "swiper/dist/css/swiper.css";
|
|
|
|
|
// import "swiper/dist/css/swiper.css";
|
|
|
|
|
import ImgPreview from '../../../common/imgPreview.vue';
|
|
|
|
|
import CommonInfo from '../../../common/centerCommonInfo.vue';
|
|
|
|
|
import CommonClubInfo from '../../../common/commonClubInfo.vue';
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
@ -210,7 +211,8 @@
|
|
|
|
|
"query": {
|
|
|
|
|
"query_id": "query_deyu_meiyu",
|
|
|
|
|
"query_param": [
|
|
|
|
|
this.BaseConfig.person_info_my.bureau_id + ""
|
|
|
|
|
// this.BaseConfig.person_info_my.bureau_id + ""
|
|
|
|
|
"900008135"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"query_cache": 0,
|
|
|
|
@ -226,17 +228,30 @@
|
|
|
|
|
params: param,
|
|
|
|
|
method: "post",
|
|
|
|
|
}], (result) => {
|
|
|
|
|
//console.log('美育展示', JSON.parse(result[0].data.result))
|
|
|
|
|
if (result[0].data.success) {
|
|
|
|
|
let res = result[0].data.result;
|
|
|
|
|
if (res !== "") {
|
|
|
|
|
let dataList = JSON.parse(res);
|
|
|
|
|
if (dataList && dataList.length > 0) {
|
|
|
|
|
for (let i = 0; i < 5; i++) {
|
|
|
|
|
this.beautifulShow.push(dataList[i] ? dataList[i] : null);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
dataList.forEach(item => {
|
|
|
|
|
item.attachment_json = item.attachment_json.substr(1)
|
|
|
|
|
item.attachment_json = JSON.parse(item.attachment_json)
|
|
|
|
|
this.beautifulShow.push(item.attachment_json)
|
|
|
|
|
})
|
|
|
|
|
// console.log('datadata', this.beautifulShow)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
// if (result[0].data.success) {
|
|
|
|
|
// let res = result[0].data.result;
|
|
|
|
|
// if (res !== "") {
|
|
|
|
|
// let dataList = JSON.parse(res);
|
|
|
|
|
// if (dataList && dataList.length > 0) {
|
|
|
|
|
// for (let i = 0; i < 5; i++) {
|
|
|
|
|
// this.beautifulShow.push(dataList[i] ? dataList[i] : null);
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
getDataexReport02: function () {
|
|
|
|
@ -287,6 +302,7 @@
|
|
|
|
|
"query_id": "query_deyu_shetuan",
|
|
|
|
|
"query_param": [
|
|
|
|
|
this.BaseConfig.person_info_my.bureau_id + ""
|
|
|
|
|
// "900008135"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"query_cache": 0,
|
|
|
|
@ -300,6 +316,7 @@
|
|
|
|
|
params: param,
|
|
|
|
|
method: "post",
|
|
|
|
|
}], (result) => {
|
|
|
|
|
// console.log('社团风暴', JSON.parse(result[0].data.result)) 返回数据里没有图片
|
|
|
|
|
this.spinning = false;
|
|
|
|
|
if (result[0].data.success) {
|
|
|
|
|
let res = result[0].data.result;
|
|
|
|
@ -406,6 +423,13 @@
|
|
|
|
|
width: 600px !important;
|
|
|
|
|
height: 450px !important;
|
|
|
|
|
display: flex;
|
|
|
|
|
> > > .banner {
|
|
|
|
|
.swiper-wrapper {
|
|
|
|
|
width: calc(100% - 50px) !important;
|
|
|
|
|
display: flex !important;
|
|
|
|
|
overflow: hidden !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.art-work-content-style {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 415px;
|
|
|
|
@ -504,7 +528,8 @@
|
|
|
|
|
}
|
|
|
|
|
.community-storm-content {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
/*justify-content: space-between;*/
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
.club-box-style {
|
|
|
|
|
width: 90px !important;
|
|
|
|
|
height: 100%;
|
|
|
|
@ -514,6 +539,7 @@
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
position: relative;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
float: left;
|
|
|
|
|
.img-box-style {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 90px;
|
|
|
|
|