Selaa lähdekoodia

去除多余项

hwb0 3 vuotta sitten
vanhempi
commit
33263b498a
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      src/views/business/ticket/detail.vue

+ 0 - 2
src/views/business/ticket/detail.vue

@@ -113,7 +113,6 @@ export default {
       ticketBoxDetail({ boxId: this.boxId })
         .then((res) => {
           this.loading = false;
-          console.log("res", res);
           if (res.code == 0) {
             let data = res.data;
             this.info = {
@@ -128,7 +127,6 @@ export default {
               });
             });
             this.awardsList = data.awardsList;
-            console.log('this.awardsList', this.awardsList)
           }
         })
         .catch(() => {