소스 검색

Merge branch 'master' of http://192.168.3.207:10080/jianyu/jy-docs

xgwangman 4 년 전
부모
커밋
84bc75bfad
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      jydocs-mobile/src/views/purchase/purchase.vue

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

@@ -166,7 +166,8 @@ export default class extends Vue {
 
     this.getListDetail({ B: true }).then((res: any) => {
       console.log(res)
-      if (res.data.error_code === 0) {
+      if (res.error_code === 0) {
+        console.log(111)
         this.response.balance = res.data.points.balance
       }
     })