andy hace 1 año
padre
commit
0705473e90
Se han modificado 1 ficheros con 1 adiciones y 4 borrados
  1. 1 4
      pages/task/index.vue

+ 1 - 4
pages/task/index.vue

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