<view class="comdiv_img">
<image class="img" mode="widthFix" :src="companyData.imagePath" @click="jump(companyData.url)"></image>
</view>
.comdiv_img {
display:flex;
width: 100vw;
height:auto;
.img {
width: 100%;
height: 100%;
}
}
<view class="comdiv_img">
<image class="img" mode="widthFix" :src="companyData.imagePath" @click="jump(companyData.url)"></image>
</view>
.comdiv_img {
display:flex;
width: 100vw;
height:auto;
.img {
width: 100%;
height: 100%;
}
}