xuqiang 4 лет назад
Родитель
Сommit
ceee474c2a
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      src/main/pc-space/src/components/CouponInfo.vue

+ 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 {