|
@@ -22,7 +22,7 @@
|
|
<view class="{{isFixed?'brace':''}}" />
|
|
<view class="{{isFixed?'brace':''}}" />
|
|
<!-- 优秀作品展播及官方推荐列表组件 -->
|
|
<!-- 优秀作品展播及官方推荐列表组件 -->
|
|
<worksList id="worksList" wx:if="{{currentType=='3'}}" worksList="{{list}}" videoType="public" tabBarPadding='true'
|
|
<worksList id="worksList" wx:if="{{currentType=='3'}}" worksList="{{list}}" videoType="public" tabBarPadding='true'
|
|
- autoPlay='{{false}}' />
|
|
|
|
|
|
+ autoPlay='{{true}}' />
|
|
<view hidden="{{currentType=='3'}}">
|
|
<view hidden="{{currentType=='3'}}">
|
|
<activityList id="activityList" classify='{{currentType}}' />
|
|
<activityList id="activityList" classify='{{currentType}}' />
|
|
</view>
|
|
</view>
|