|
@@ -11,9 +11,10 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="material-con" animation="{{animationData}}" style="height: {{height}}rpx">
|
|
<view class="material-con" animation="{{animationData}}" style="height: {{height}}rpx">
|
|
- <view wx:if="{{ item.warePath && item.title}}" class="art-img" wx:for="{{materialData}}" wx:key="{{index}}">
|
|
|
|
|
|
+ <view class="art-img" wx:for="{{materialData}}" wx:key="{{index}}">
|
|
<text>{{item.title}}</text>
|
|
<text>{{item.title}}</text>
|
|
- <text data-warePath="{{item.warePath}}" bindtap="preview">点击预览</text>
|
|
|
|
|
|
+ <text wx:if="{{ item.warePath && item.title}}" data-warePath="{{item.warePath}}" bindtap="preview">点击预览</text>
|
|
|
|
+ <text wx:else>暂无资料</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|