更换兑换总积分图标
This commit is contained in:
@@ -77,7 +77,7 @@
|
|||||||
<b v-text="v"/>
|
<b v-text="v"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="boxSta flex">
|
<div class="boxSta box2 flex">
|
||||||
<div class="flex text">
|
<div class="flex text">
|
||||||
<div>兑换总积分</div>
|
<div>兑换总积分</div>
|
||||||
<p v-text="GongdeBank.useTotal"/>
|
<p v-text="GongdeBank.useTotal"/>
|
||||||
@@ -391,6 +391,7 @@ export default {
|
|||||||
this.getWxGroupOverview(areaId)
|
this.getWxGroupOverview(areaId)
|
||||||
this.getGdyh(areaId)
|
this.getGdyh(areaId)
|
||||||
this.getMapData(areaId)
|
this.getMapData(areaId)
|
||||||
|
this.getVolunteerData(areaId)
|
||||||
} else if (c < 10) setTimeout(() => this.getData(++c), 500)
|
} else if (c < 10) setTimeout(() => this.getData(++c), 500)
|
||||||
else console.error(`尝试${c}次加载数据,无法过去数据`)
|
else console.error(`尝试${c}次加载数据,无法过去数据`)
|
||||||
},
|
},
|
||||||
@@ -610,11 +611,15 @@ export default {
|
|||||||
},
|
},
|
||||||
handleJump() {
|
handleJump() {
|
||||||
window.open("http://datas.fdxjtjyhzzyfw.cn/")
|
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() {
|
created() {
|
||||||
Vue.use(scrollBoard)
|
Vue.use(scrollBoard)
|
||||||
this.getData()
|
|
||||||
this.dict.load('appIntegralApplyEventStatus', 'yesOrNo', 'integralSGOStatus')
|
this.dict.load('appIntegralApplyEventStatus', 'yesOrNo', 'integralSGOStatus')
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
@@ -870,6 +875,9 @@ export default {
|
|||||||
color: #02FEFF;
|
color: #02FEFF;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&.box2{
|
||||||
|
background-image: url("./assets/box2.png");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
:deep(.statusTag ) {
|
:deep(.statusTag ) {
|
||||||
|
|||||||
BIN
project/fengdu/AppBIBoard/assets/box2.png
Normal file
BIN
project/fengdu/AppBIBoard/assets/box2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
Reference in New Issue
Block a user