watch:{//swiper与上面选项卡联动currentindex(newval){this.isActive =newval;this.scrollLeft =0;//滑动swiper后,每个选项距离其父元素最左侧的距离for(let i =0; i < newval -1; i++) {this.scrollLeft +=this.category[i].width }; }, }, data() {return{ isActive:0, index:0, currentindex:...
</view> </view> <!-- 课程标题 --> <!-- 不固定,随着竖向滚动条滑动 --> <cell> <view id="intro-box" class="intro-box"> 课程标题区 </view> </cell> <!-- 可横向滑动切换选项卡 --> <!-- 滑到封面区/视频区底部位置,自动吸顶 --> <cell> <view class="tabs...
tab选项卡总高度:{{pageHeight}} tab选项卡吸顶高度:{{_headHeight}}(iOS端生效) --> </view> </view> <!-- 课程标题 --> <!-- 不固定,随着竖向滚动条滑动 --> <cell> <viewid="intro-box"class="intro-box"> 课程标题区 </view> </cell> <!-- 可横向滑动切换选项卡 --> <!--...