소스 검색

bug修改

wangfei 6 년 전
부모
커밋
cda2727d0f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      src/pages/user/placeOrderDetail/index.vue

+ 0
- 1
src/pages/user/placeOrderDetail/index.vue 파일 보기

@@ -118,7 +118,6 @@ export default {
118 118
     })
119 119
   },
120 120
   created () {
121
-    console.log(this.$route.query)
122 121
     this.getCouponList().then((res) => {
123 122
       // console.log(JSON.stringify(res))
124 123
       var id = JSON.parse(this.$route.query.info)[0].id, arr = [], nowDate = Date.now()