- <navigationBar bind:reload='resetData'></navigationBar>
- <view class="worksBox">
-
- <banner classify='1' />
-
- <view class="selectType {{isFixed?'isFixed isFixed2':''}}" style="top:{{navBarHeight}}px;" bindtap="changeType">
- <view class="type {{currentType=='1'?'currentType':''}}" data-type='1'>关注作品</view>
- <view class="type {{currentType=='2'?'currentType':''}}" data-type='2'>我的作品</view>
- </view>
-
- <worksList id="worksList" videoType="{{currentType=='1'?'pk':'my'}}" worksList="{{list}}" />
- </view>
- <canvas id='share' type="2d"> </canvas>
|