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.

51 lines
2.6 KiB

  1. <view id="BoxBg">
  2. <view class="Box">
  3. <navbar back text="{{name}}" background="#0E1119" color="#fff"></navbar>
  4. <view style="height:{{navigationBarHeight}} "></view>
  5. <image class="backImg" src="{{imgHttps+'upzy_tab_bnt.png'}}" mode="" />
  6. <image src="{{upData.imgUrl}}" mode="" class="headImg" />
  7. <view class="category">{{upData.sring}}</view>
  8. <view class="nameBox oh">
  9. <view class="userName">{{upData.name}}</view>
  10. </view>
  11. <view class="text">{{upData.introduction}}</view>
  12. <view class="classifyBox oh">
  13. <view class="singleBox">
  14. <view class="{{indexFlog==1?'singleText_a':'singleText'}}" bindtap="setIndex" data-index="{{1}}">专栏</view>
  15. <view class="singleXian" tt:if="{{indexFlog==1}}"></view>
  16. </view>
  17. <view class="multiBox">
  18. <view class="{{indexFlog==2?'singleText_a':'singleText'}}" bindtap="setIndex" data-index="{{2}}">单课程</view>
  19. <view class="singleXian" tt:if="{{indexFlog==2}}"></view>
  20. </view>
  21. </view>
  22. <navigator class="classBox oh" tt:for="{{classList}}" url="/pages/classDetails/classDetails?id={{item.id}}&title={{item.title}}" open-type=""hover-class="className">
  23. <image class="classImg" src="{{item.coverImg}}" mode="" />
  24. <view class="textBox">
  25. <view class="titile">{{item.title}}</view>
  26. <!-- <view class="cont">{{item.}}</view> -->
  27. <view class="moreBox oh">
  28. <image class="user" src="{{item.merchantPic}}" mode="" />
  29. <view class="userText">{{item.merchantName}}</view>
  30. </view>
  31. <view class="incomeBox oh">
  32. <view class="py" tt:if="{{item.salePriceStr!=0}}">
  33. </view>
  34. <view class="money" tt:if="{{item.salePriceStr!=0}}">{{item.salePriceStr}}</view>
  35. <view class="money" tt:if="{{item.salePriceStr==0}}">
  36. {{"免费"}}
  37. </view>
  38. <view class="moodsNum">{{item.popularity}}</view>
  39. <view class="moodsText">人气</view>
  40. <image class="moodsImg" src="{{imgHttps+'home_ic_renq.png'}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload="" />
  41. </view>
  42. </view>
  43. </navigator>
  44. </view>
  45. </view>