浏览代码

bug修改

wangfei 6 年前
父节点
当前提交
f1be1395af
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/pages/user/placeOrderDetail/index.vue

+ 1
- 1
src/pages/user/placeOrderDetail/index.vue 查看文件

@@ -128,7 +128,7 @@ export default {
128 128
   created () {
129 129
     this.getCouponList().then((res) => {
130 130
       // console.log(JSON.stringify(res))
131
-      console.log(this.$route.query.info)
131
+      console.log(this.$route.query)
132 132
       var id = JSON.parse(this.$route.query.info || '{}')[0].id, arr = [], nowDate = Date.now()
133 133
       for (var n = 0; n < res.length; n++) {
134 134
         if (res[n].Coupon.CouponType === 'goods' && res[n].Status === 1) {