uniapp 微信小程序 图片动态回显 :src

<view class="user-img">
	//如果返回的数据有图片则显示,否则则显示默认图片
	<image :src="infos.pic? infos.pic : '/static/images/icon/head04.png'"></image>
</view>

猜你喜欢

转载自blog.csdn.net/maoge_666/article/details/131982666
今日推荐