|
@@ -88,7 +88,7 @@ export default {
|
|
|
receiveWelfare({actId:id}).then(response => {
|
|
|
if(response.data.errno==0){
|
|
|
this.goodsList.forEach(element => {
|
|
|
- if(element.id==id){
|
|
|
+ if(element.actId==id){
|
|
|
this.imgUrl = element.imgUrl;
|
|
|
this.title = element.title;
|
|
|
}
|