xuxueyang
2024-09-10 48825ae81fe03077ac27fe839c93322ad1788ac8
update css
已修改2个文件
8 ■■■■ 文件已修改
pages.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
sub_pages/customer/coupon/good-all.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages.json
@@ -471,7 +471,7 @@
                    "style": {
                        "navigationBarTitleText": "积分兑换",
                        "navigationStyle": "custom",
                        "enablePullDownRefresh": false
                        "enablePullDownRefresh": true
                    }
                },
                {
sub_pages/customer/coupon/good-all.vue
@@ -193,6 +193,12 @@
            this.listApi = '/api/customer/point/goods/list'
            this.getList()
        },
        onPullDownRefresh() {
            //刷新积分和刷新商品
            this.$store.dispatch('getCurrentInfo');
            // this.list = []
            this.refreshList()
        },
        onReachBottom() {
            this.getMore()