-
- <view id="BoxBg">
-
- <view class="Box">
- <navbar back text="分类" background="#0E1119" color="#fff"></navbar>
- <view style="height:{{navigationBarHeight}} "></view>
- <view class="searchBox">
- <view class="searchF">
- <input type="text" class="searchText" placeholder-style="color: #666666;" placeholder="搜索"
- bindconfirm="getLsit" bindinput="setSearchValue" confirm-type="search" />
-
- </view>
- </view>
- <view class="categoryBox oh">
- <view class="columnBox" style="top:{{navigationBarHeight2+200}}rpx">
- <view class=" {{activityFlag==index?'itemBox_a':'itemBox'}} oh" tt:for="{{column}}" bindtap="setActiviy"
- data-index="{{index}}" data-id="{{item.id}}">
- <view class="{{activityFlag==index?'Text_a':'Text'}}">
- {{item.title}}
- </view>
-
- </view>
-
- </view>
- <view class="courseBox">
- <view class="courseItemBox oh" tt:for="{{dataLsit}}" bindtap="goDetails" data-id="{{item.id}}" data-title="{{item.title}}">
- <image class="Img" src="{{item.coverImg}}" mode="" />
-
- <view class="TextBox">
- <view class="Name">
- {{item.title}}
- </view>
- <view class="chargeBox oh">
- <view class="tiem">
- {{item.countClass?item.countClass+'课时':'单课程'}}
- </view>
- <view class="money" tt:if="{{item.salePriceStr!=0}}">
- {{item.salePriceStr}}
- </view>
- <view class="py" tt:if="{{item.salePriceStr!=0}}">
- ¥
- </view>
- <view class="money" tt:if="{{item.salePriceStr==0}}">
- {{"免费"}}
- </view>
-
-
- </view>
-
-
-
- </view>
-
-
-
- </view>
-
-
- </view>
-
-
- </view>
-
-
- </view>
-
- </view>
|