Skip to content

Commit d9ffaa7

Browse files
committed
var name pic to url updated
1 parent 82f8494 commit d9ffaa7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/home/whatWeDo.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ export default {
6969
}
7070
},
7171
methods:{
72-
getImgUrl(pic) {
73-
if(pic.length>0){
74-
return require('@/assets/img/what-we-do/'+pic)
72+
getImgUrl(url) {
73+
if(url.length>0){
74+
return require('@/assets/img/what-we-do/'+url)
7575
}else{
7676
return require('@/assets/img/what-we-do/notFound.png')
7777
}

0 commit comments

Comments
 (0)