小程序怎么拼接图片路径,和怎么渲染
数据渲染不上
<view class=‘view_left’ wx:for="{{item}}" wx:key=’*this’>
<image src="{{item.img_path}}"></image>
<text class=‘miaoshu’>{{item.title}}</text>
</view>
拼接路径不太会,希望各位大佬帮忙一下
数据渲染不上
<view class=‘view_left’ wx:for="{{item}}" wx:key=’*this’>
<image src="{{item.img_path}}"></image>
<text class=‘miaoshu’>{{item.title}}</text>
</view>
拼接路径不太会,希望各位大佬帮忙一下