andy 1 년 전
부모
커밋
0705473e90
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  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) {