xuqiang 4 rokov pred
rodič
commit
ceee474c2a

+ 2 - 1
src/main/pc-space/src/components/CouponInfo.vue

@@ -84,7 +84,7 @@ export default {
                     '/userCoupon/all',
                     {
                         query: {
-                            // userId: this.userInfo.id
+                            userId: this.userInfo.id
                             // used: false
                         }
                     },
@@ -217,6 +217,7 @@ export default {
                 color: #1a1a1a;
                 line-height: 28px;
                 text-align: center;
+                cursor: pointer;
                 margin: 11px 20px 0 0;
             }
             .btn2 {