Bläddra i källkod

提交代码2

xgwangman 4 år sedan
förälder
incheckning
7389633805
1 ändrade filer med 1 tillägg och 2 borttagningar
  1. 1 2
      jydocs-mobile/src/views/details/details.vue

+ 1 - 2
jydocs-mobile/src/views/details/details.vue

@@ -211,7 +211,7 @@ export default class extends Vue {
     })
     this.getCoin({ B: true }).then((res: any) => {
       console.log(res.data.data)
-      this.coins = res.data.data.points
+      this.coins = res.data.points
     })
   }
 
@@ -255,7 +255,6 @@ export default class extends Vue {
         }
       })
     } else {
-      console.log('111')
       if (this.coins.balance < this.detailData.price) {
         ;(this.$refs.charge as any).show = true
       } else {