|
@@ -2,7 +2,7 @@
|
|
|
<My_card custom-class='product-list'>
|
|
|
<view class="item" wx:for="{{list}}">
|
|
|
<navigator url="#" data-item="{{item}}" bindtap="toDetail">
|
|
|
- <van-image width="336rpx" height="240rpx" fit='cover' src="{{item.cover||'/static/image/video-cover.png'}}" lazy-load />
|
|
|
+ <van-image width="336rpx" height="240rpx" fit='cover' src="{{item.cover||item.attinfos[0].subfiles[0].url||'/static/image/video-cover.png'}}" lazy-load />
|
|
|
<view class="details">
|
|
|
<view class="title line-1">
|
|
|
{{item.title}}
|