| | |
| | |
|
| | | 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')
|
| | | this.$http.request('get', '/api/v2/coupon/home/alert').then(res => {
|
| | | this.$storage.setItem('cache_home_show_coupon', '1') |
| | | 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
|