You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <view id="BoxBg">
- <view class="Box">
- <navbar back text="我的收藏" background="#0E1119" color="#fff"></navbar>
- <view style="height:{{navigationBarHeight}} "></view>
- <view class="Hierecommend">
- <view class="searchBox oh">
- <view class="searchF">
- <input type="text" class="searchText" placeholder-style="color: #666666;" placeholder="搜索"
- bindconfirm="search" bindinput="setSearchValue" confirm-type="search" />
-
- </view>
- <view class="searchBtn" bindtap="searchBtn">
- 搜索
- </view>
-
- </view>
-
-
- </view>
-
- <view class="classBoxAll">
- <navigator url="/pages/classDetails/classDetails?id={{item.id}}&title={{item.title}}" open-type="" hover-class="className" tt:for="{{list}}" class="classBox oh">
- <image class="logo" src="{{item.coverImg}}" mode="" />
- <view class="textBox">
- <view class="titile">{{item.title}}</view>
- <!-- <view class="cont">{{item.}}</view> -->
- <view class="moreBox oh">
- <image class="user" src="{{item.merchantPic}}" mode="" />
- <view class="userText">{{item.merchantName}}</view>
- <view class="show" catchtap="showHie" data-id="{{item.id}}">
- <image class="go" src="{{imgHttps+'mesc_gd.png'}}" mode="" />
- </view>
-
- </view>
- </view>
- </navigator>
- <view class="noDataBox" tt:if="{{list.length==0}}" >
- <image class="noDataImg" src="{{imgHttps+'no_favorite.png'}}" mode="" />
- </view>
-
- </view>
-
- </view>
- <view class="instrumentBox" tt:if="{{showFlog}}">
- <view class="cancel" bindtap="cancel">取消收藏</view>
- <view class="hie" bindtap="hie">取消</view>
- </view>
-
- </view>
|