This commit is contained in:
shijingjing
2023-03-29 18:20:14 +08:00
parent 4288d70f0a
commit 8bf723cc55
4 changed files with 37 additions and 20 deletions

View File

@@ -14,7 +14,7 @@
<p>积分申请</p>
<h4>好事自荐得积分</h4>
</div>
<div class="jsrw" @click="toPages('/mods/AppNewFarmerBank/concentrationTask')">
<div class="jsrw" @click="toPages('./integralTask')">
<p>积分任务</p>
<h4>完成任务得积分</h4>
</div>
@@ -93,10 +93,14 @@ export default {
.swiper-content {
width: 100%;
height: 300px;
height: 332px;
padding: 32px 32px 0;
box-sizing: border-box;
background: #FFF;
img {
width: 100%;
height: 100%;
border-radius: 16px;
}
}