1
xuxueyang
2024-09-12 78bdca04aeb4c374c390db572d3dba11f37d31a7
1
已修改1个文件
4 ■■■■ 文件已修改
pages/home/home.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/home/home.vue
@@ -408,11 +408,11 @@
                let tmp = this
                var value = this.$storage.getItem('cache_home_show_coupon')
                if (!value || true) {
                if (!value) {
                    //首页优惠券
                    this.$storage.setItem('cache_home_show_coupon', '1')
                    var u = '/api/v2/coupon/home/alert'
                    u = '/api/v2/coupon/app/home/list'
                    // u = '/api/v2/coupon/app/home/list'
                    this.$http.request('get', u).then(res => {
                        if (res.code == 0) {
                            var list = res.data || []