|
@@ -85,6 +85,7 @@
|
|
领取
|
|
领取
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ <div class="tip">每日消费满{{ limitPrice }}元达标,连续7天,若期间有一日未达标,则任务重置</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -101,6 +102,7 @@ export default {
|
|
currentNum: 0,
|
|
currentNum: 0,
|
|
totalNum: 0,
|
|
totalNum: 0,
|
|
couponPrice: 0,
|
|
couponPrice: 0,
|
|
|
|
+ limitPrice: 0,
|
|
status: 0,
|
|
status: 0,
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -140,6 +142,7 @@ export default {
|
|
this.totalNum = rs.data.totalNum
|
|
this.totalNum = rs.data.totalNum
|
|
this.couponPrice = rs.data.couponPrice
|
|
this.couponPrice = rs.data.couponPrice
|
|
this.status = rs.data.status
|
|
this.status = rs.data.status
|
|
|
|
+ this.limitPrice = rs.data.limitPrice
|
|
console.log(rs)
|
|
console.log(rs)
|
|
})
|
|
})
|
|
},
|
|
},
|
|
@@ -190,4 +193,11 @@ export default {
|
|
width: 90%;
|
|
width: 90%;
|
|
background-image: linear-gradient(45deg, #f5eeea 0%, #faab86 100%);
|
|
background-image: linear-gradient(45deg, #f5eeea 0%, #faab86 100%);
|
|
}
|
|
}
|
|
|
|
+.tip {
|
|
|
|
+ margin-top: 5px;
|
|
|
|
+ // text-align: center;
|
|
|
|
+ padding: 0 15px;
|
|
|
|
+ color: #969696;
|
|
|
|
+ font-size: 12px;
|
|
|
|
+}
|
|
</style>
|
|
</style>
|