直播列表的图片、直播开始结束时间以及商品的价格
https://developers.weixin.qq.com/miniprogram/dev/framework/liveplayer/live-player-plugin.html
<image class="boxImg" src="{{item.cover_img}}"></image>
<view class="f20 c9">开始时间:{{item.start_time}}</view>
<view class="f20 c9">结束时间:{{item.end_time}}</view>
<view class="img2Price">¥{{item.goods[0].price}}</view>