兑换总积分
@@ -391,6 +391,7 @@ export default {
this.getWxGroupOverview(areaId)
this.getGdyh(areaId)
this.getMapData(areaId)
+ this.getVolunteerData(areaId)
} else if (c < 10) setTimeout(() => this.getData(++c), 500)
else console.error(`尝试${c}次加载数据,无法过去数据`)
},
@@ -610,11 +611,15 @@ export default {
},
handleJump() {
window.open("http://datas.fdxjtjyhzzyfw.cn/")
+ },
+ getVolunteerData(area_code){
+ // fetch("https://datas.fdxjtjyhzzyfw.cn/find-fraternity-detail?page=1&page_size=999").then(res=>res.json()).then(res=>{
+ // console.log(res)
+ // })
}
},
created() {
Vue.use(scrollBoard)
- this.getData()
this.dict.load('appIntegralApplyEventStatus', 'yesOrNo', 'integralSGOStatus')
},
mounted() {
@@ -870,6 +875,9 @@ export default {
color: #02FEFF;
}
}
+ &.box2{
+ background-image: url("./assets/box2.png");
+ }
}
:deep(.statusTag ) {
diff --git a/project/fengdu/AppBIBoard/assets/box2.png b/project/fengdu/AppBIBoard/assets/box2.png
new file mode 100644
index 00000000..c4224caf
Binary files /dev/null and b/project/fengdu/AppBIBoard/assets/box2.png differ