<img@click="getPic(detailList.businessCardPhotos,index)"v-if='detailList.businessCardPhotos.length==1'v-for="(i,index) in detailList.businessCardPhotos":src="i+'?x-oss-process=image/resize,m_mfit,h_100,w_300'"/>
<img@click="getPic(detailList.businessCardPhotos,index)"v-if='detailList.businessCardPhotos.length==2||detailList.businessCardPhotos.length==4'v-for="(i,index) in detailList.housePhotos":src="i+'?x-oss-process=image/resize,m_pad,w_169,h_150,color_333333'"/>
<img@click="getPic(detailList.businessCardPhotos,index)"v-if='detailList.businessCardPhotos.length==3||detailList.businessCardPhotos.length>=5'v-for="(i,index) in detailList.housePhotos":src="i+'?x-oss-process=image/resize,m_pad,h_100,w_100,color_333333'"/>