|
@@ -16,7 +16,6 @@
|
|
<!-- 为了和喜马拉雅一致,自己需定制轮播图dots -->
|
|
<!-- 为了和喜马拉雅一致,自己需定制轮播图dots -->
|
|
<view class="dots">
|
|
<view class="dots">
|
|
<block wx:for="{{imgList.length}}" wx:key="index">
|
|
<block wx:for="{{imgList.length}}" wx:key="index">
|
|
- <!-- 根据index判断是否选中 -->
|
|
|
|
<view class="dotsItem{{index == swiperCurrent ? ' active' : ''}}"></view>
|
|
<view class="dotsItem{{index == swiperCurrent ? ' active' : ''}}"></view>
|
|
</block>
|
|
</block>
|
|
</view>
|
|
</view>
|
|
@@ -43,7 +42,7 @@
|
|
<view class="like">
|
|
<view class="like">
|
|
<view class="barTitle">
|
|
<view class="barTitle">
|
|
<view class="Title-left">猜你喜欢</view>
|
|
<view class="Title-left">猜你喜欢</view>
|
|
- <view class="Title-right">查看全部></view>
|
|
|
|
|
|
+ <view class="Title-right">查看全部 <text class="icon-right"></text> </view>
|
|
</view>
|
|
</view>
|
|
<!-- 这没有没有使用数据绑定,因为是练手而且数据比较少 -->
|
|
<!-- 这没有没有使用数据绑定,因为是练手而且数据比较少 -->
|
|
<view class="likeItemBox">
|
|
<view class="likeItemBox">
|
|
@@ -66,7 +65,7 @@
|
|
<view class="contentList">
|
|
<view class="contentList">
|
|
<view class="barTitle">
|
|
<view class="barTitle">
|
|
<view class="Title-left">有声小说</view>
|
|
<view class="Title-left">有声小说</view>
|
|
- <view class="Title-right">查看全部></view>
|
|
|
|
|
|
+ <view class="Title-right">查看全部<text class="icon-right"></text></view>
|
|
</view>
|
|
</view>
|
|
<block wx:for="{{xiaoshuocontent}}" wx:key="index">
|
|
<block wx:for="{{xiaoshuocontent}}" wx:key="index">
|
|
<view class="content" bindtap="gotoDetails" data-coverImg="{{item.albumCoverUrl290}}" data-title="{{item.title}}">
|
|
<view class="content" bindtap="gotoDetails" data-coverImg="{{item.albumCoverUrl290}}" data-title="{{item.title}}">
|
|
@@ -93,7 +92,7 @@
|
|
<view class="contentList">
|
|
<view class="contentList">
|
|
<view class="barTitle">
|
|
<view class="barTitle">
|
|
<view class="Title-left">相声评书</view>
|
|
<view class="Title-left">相声评书</view>
|
|
- <view class="Title-right">查看全部></view>
|
|
|
|
|
|
+ <view class="Title-right">查看全部<text class="icon-right"></text></view>
|
|
</view>
|
|
</view>
|
|
<block wx:for="{{xiangshengcontent}}" wx:key="index">
|
|
<block wx:for="{{xiangshengcontent}}" wx:key="index">
|
|
<view class="content" bindtap="gotoDetails" data-coverImg="{{item.albumCoverUrl290}}" data-title="{{item.title}}">
|
|
<view class="content" bindtap="gotoDetails" data-coverImg="{{item.albumCoverUrl290}}" data-title="{{item.title}}">
|
|
@@ -120,7 +119,7 @@
|
|
<view class="contentList">
|
|
<view class="contentList">
|
|
<view class="barTitle">
|
|
<view class="barTitle">
|
|
<view class="Title-left">脱口秀</view>
|
|
<view class="Title-left">脱口秀</view>
|
|
- <view class="Title-right">查看全部></view>
|
|
|
|
|
|
+ <view class="Title-right">查看全部<text class="icon-right"></text></view>
|
|
</view>
|
|
</view>
|
|
<block wx:for="{{tuokocontent}}" wx:key="index">
|
|
<block wx:for="{{tuokocontent}}" wx:key="index">
|
|
<view class="content" bindtap="gotoDetails" data-coverImg="{{item.albumCoverUrl290}}" data-title="{{item.title}}">
|
|
<view class="content" bindtap="gotoDetails" data-coverImg="{{item.albumCoverUrl290}}" data-title="{{item.title}}">
|