1
xuxueyang
2024-09-12 c34207ce5511f647d9ee78c97e8a2c26738cee56
pages/home/home.vue
@@ -411,7 +411,9 @@
            if (!value || true) {
               //首页优惠券
               this.$storage.setItem('cache_home_show_coupon', '1')
               this.$http.request('get', '/api/v2/coupon/home/alert').then(res => {
               var u = '/api/v2/coupon/home/alert'
               u = '/api/v2/coupon/app/home/list'
               this.$http.request('get', u).then(res => {
                  if (res.code == 0) {
                     var list = res.data || []
                     var dto = list.length >= 1 ? list[0] : undefined