auctioneer.wxml 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. <view class="container">
  2. <view class="auctioneer-hader">
  3. <view class="hader-img">
  4. <image src=""></image>
  5. </view>
  6. <view class="auctioneer-name">
  7. <text>竞买师</text>
  8. <text class="sign">已认证</text>
  9. </view>
  10. <view class="auctioneer-company">
  11. <text>竞买师所属竞买公司</text>
  12. </view>
  13. <view class="auctioneer-describe">
  14. <text>一段自我评价,一段自我评价一段自我评价,一段自我评价。一段自我评价一段自我评价,一段自我评价。 </text>
  15. </view>
  16. </view>
  17. <view class="company">
  18. <view class="company-title">
  19. <view class="company-title-content {{classifyPosition ? 'position-fixed':''}}" bindtap='onPageScroll'>
  20. <view class="title-content-left">
  21. <text class="on">即将开始</text>
  22. </view>
  23. <view class="title-content-right">
  24. <text>即将截至</text>
  25. </view>
  26. </view>
  27. </view>
  28. <view class="company-content">
  29. <import src="../../template/template.wxml"></import>
  30. <template is="{{templateName}}" data="{{goods}}"></template>
  31. </view>
  32. </view>
  33. </view>