更换兑换总积分图标

This commit is contained in:
aixianling
2023-10-25 12:07:12 +08:00
parent 24b7be6b32
commit f4b0e31858
2 changed files with 10 additions and 2 deletions

View File

@@ -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 ) {

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB