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