@@ -78,6 +78,7 @@
class="rounded-sm bg-purple-100 fs14 text-center"
@click="reveiveTaskReward"
>
+ <span v-if="status == 2">已</span>
领取
</div>
@@ -108,10 +109,6 @@ export default {
methods: {
reveiveTaskReward() {
if (this.status == 2) {
- wx.showToast({
- title: '已领取',
- icon: 'error',
- })
return
}
if (this.currentNum < this.totalNum) {