陶杰
2024-09-23 d23c25ffba52e073fbf120c45b511fc8ab683b0f
sub_pages/customer/coupon/good-all.vue
@@ -220,11 +220,12 @@
         this.listApi = '/api/customer/point/goods/list'
         this.getList()
      },
      onPullDownRefresh() {
      async onPullDownRefresh() {
         //刷新积分和刷新商品
         this.$store.dispatch('getCurrentInfo');
         // this.list = []
         this.refreshList()
         await this.refreshList()
         uni.stopPullDownRefresh()
      },
      onReachBottom() {