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.

50 lines
2.4 KiB

  1. <view id="BoxBg">
  2. <view class="Box">
  3. <navbar back text="详情" background="#0E1119" color="#fff"></navbar>
  4. <view style="height:{{navigationBarHeight}} "></view>
  5. <image class="logoBox" src="{{allLsit.coverImg}}" mode="" tt:if="{{type==1}}"/>
  6. <view class="explainBox" tt:if="{{type==1}}">
  7. <view class="zText">{{allLsit.title}}</view>
  8. <view class="fText">{{allLsit.subTitle}}</view>
  9. <view class="aivi">活动说明</view>
  10. <view class="fText">{{allLsit.detail}}</view>
  11. </view>
  12. <view class="courseBoxAll" tt:if="{{type==1}}">
  13. <view class="courseBox oh" tt:for="{{allLsit.ttCoupons}}" bindtap="goXq" data-id="{{item.id}}" data-title="{{item.title}}">
  14. <image class="cover" src="{{item.coverImg}}" mode="" />
  15. <view class="courseItem">
  16. <view class="courseName">
  17. {{item.title}}
  18. </view>
  19. <view class="oh" style="margin-top: 10rpx;">
  20. <image class="headImg" src="{{item.merchantPic}}" mode="" />
  21. <view class="annotation">
  22. {{item.merchantName}}
  23. </view>
  24. </view>
  25. <view class="incomeBox oh">
  26. <view class="py" tt:if="{{item.salePriceStr!=0}}">
  27. </view>
  28. <view class="money" tt:if="{{item.salePriceStr!=0}}">{{item.salePriceStr}}</view>
  29. <view class="money" tt:if="{{item.salePriceStr==0}}">
  30. {{"免费"}}
  31. </view>
  32. <view class="moodsNum">{{item.popularity}}</view>
  33. <view class="moodsText">人气</view>
  34. <image class="moodsImg" src="{{imgHttps+'home_ic_renq.png'}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload="" />
  35. </view>
  36. </view>
  37. </view>
  38. </view>
  39. <import src="../../wxParse/wxParse.wxml" tt:if="{{type==2}}"/>
  40. <view class="content" tt:if="{{type==2}}">
  41. <template is="wxParse" data="{{wxParseData:article.nodes}}" />
  42. </view>
  43. </view>
  44. </view>