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>
1.cover_image 是直播的封面图,并不是分享图 注意看文档 分享图微信接口未提供【分享图】字段
2.start_time 和end_time 返回的是时间戳格式 检查后端转成 yyyy-MM-dd 格式数据时是否转换错误
3.price价格字段检查数据库字段是否设置为int类型