Browse Source

bug修改

wangfei 6 years ago
parent
commit
cda2727d0f
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/pages/user/placeOrderDetail/index.vue

+ 0
- 1
src/pages/user/placeOrderDetail/index.vue View File

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