diff --git a/subPackages/activity/jitoumi.vue b/subPackages/activity/jitoumi.vue index df786ab..7d7814c 100644 --- a/subPackages/activity/jitoumi.vue +++ b/subPackages/activity/jitoumi.vue @@ -6,8 +6,8 @@ - + @@ -42,7 +42,7 @@ list: [], viewNum: 5, headImg: '', - + couponImg: '', showGoTop: false, } }, @@ -61,6 +61,10 @@ title:res.data.title }) }); + this.Post({id:2391},'/api/multimedia/detail').then(res => { + this.couponImg = res.data.head_img + }); + }, // 产品列表