Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

50 righe
2.4 KiB

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