xuqiang 5 years ago
parent
commit
17fa88fde5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/CardCase.vue

+ 1 - 1
src/components/CardCase.vue

@@ -120,7 +120,7 @@ export default {
     methods: {
     methods: {
         canChoose(info) {
         canChoose(info) {
             let status = ['WAIT', 'PROGRESS'];
             let status = ['WAIT', 'PROGRESS'];
-            return status.includes(info.caseStatus) && !info.userId;
+            return status.includes(info.caseStatus) && !info.sold;
         },
         },
         init(type) {
         init(type) {
             this.nowChoose = [...this.chooseIds];
             this.nowChoose = [...this.chooseIds];