xuxueyang
2024-09-05 4f1e0fb646ddfd7ae9162379efa14e4d0d1dfd51
sub_pages/customer/coupon/good-all.vue
@@ -135,7 +135,7 @@
         },
         changeScore(item){
            this.query.pointLower = item.min || 0
            this.query.pointUpper = item.max || 10000000000
            this.query.pointUpper = item.max || 990000
            this.refreshList()
         }
      },
@@ -157,8 +157,8 @@
               },
            ],
            query: {
               pointLower: 1001,
               pointUpper: 3000
               pointLower: 0,
               pointUpper: 1000
            },
            scores: [{
                  min: 0,
@@ -242,6 +242,7 @@
               font-size: 24rpx;
               color: #44775A;
               text-align: center;
               line-height: 46rpx;
            }
         }
@@ -258,8 +259,9 @@
      .query-scores {
         overflow-x: scroll;
         width: max-content;
         // width: max-content;
         .item {
            min-width: fit-content;
            padding-left: 16rpx;
            padding-right: 16rpx;
            text-align: center;