积分任务

This commit is contained in:
shijingjing
2023-03-28 17:08:46 +08:00
parent ea391f6f68
commit 351fadae18
2 changed files with 139 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
<p>积分申请</p>
<h4>好事自荐得积分</h4>
</div>
<div class="jsrw">
<div class="jsrw" @click="$linkTo('/mods/AppNewFarmerBank/concentrationTask')">
<p>积分任务</p>
<h4>完成任务得积分</h4>
</div>
@@ -55,8 +55,7 @@ export default {
}
},
methods: {
getList(e) {
// console.log(e);
getList() {
},
handleBannerClick() {
@@ -192,10 +191,16 @@ export default {
}
.right {
width: 52px;
text-align: center;
img {
width: 40px;
height: 40px;
}
span {
font-size: 28px;
font-weight: 400;
color: #687DA6;
}
}
}
.bottom {