art.wxml 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. <!--pages/art/art.wxml-->
  2. <target/>
  3. <lessonList/>
  4. <view class="material">
  5. <view class="this-week">
  6. <image src="../image/study.png"></image>
  7. <view class="lesson-name">
  8. <text>学习资料</text>
  9. <text>本周和历史学习资料</text>
  10. </view>
  11. </view>
  12. <view class="material-con">
  13. <view class="art-img">
  14. <text>钻石戒指</text>
  15. <text>点击预览</text>
  16. </view>
  17. <view class="art-img">
  18. <text>钻石戒指</text>
  19. <text>点击预览</text>
  20. </view>
  21. </view>
  22. </view>
  23. <!--<view class="works">
  24. <view class="title">
  25. <image src="../image/xing.png" class="xing"></image>
  26. <text class="">作品分享</text>
  27. <image src="../image/xing.png" class="xing"></image>
  28. <text class="uploading" bindtap="uploadImage">分享作品</text>
  29. </view>
  30. <view >
  31. <view class="share-con" wx:for="{{productionData.list}}" wx:key="{{index}}">
  32. <view class="head">
  33. <view class="head-img">
  34. <image src="{{item.featureMap.headImgUrl}}"></image>
  35. </view>
  36. <view class="lesson-name">
  37. <text>{{item.featureMap.wechatName}}</text>
  38. <text style="height: 100%">{{item.title}}</text>
  39. </view>
  40. <image class="share_up" src="../image/share_up.png" data-flag="{{flag}}" bindtap="shareImage"></image>
  41. </view>
  42. <view class="picture">
  43. <block wx:for="{{item.imagesList}}" wx:for-item="items" wx:key="{{items.id}}">
  44. <image src="{{items.path}}" bindtap="listenerButtonPreviewImage" data-img="{{items.path}}"></image>
  45. </block>
  46. </view>
  47. <view class="icon">
  48. <view>
  49. <image src="../image/zan.png" class="zan"></image>
  50. <text>{{item.postsAttributeInfo ? item.postsAttributeInfo.favors : '0'}}</text>
  51. </view>
  52. <view>
  53. <image src="../image/weatch.png" class="weatch"></image>
  54. <text>{{item.postsAttributeInfo ? item.postsAttributeInfo.views : '0'}}</text>
  55. </view>
  56. <view>
  57. <image src="../image/discuss.png" class="discuss"></image>
  58. <text>{{item.replyCount}}</text>
  59. </view>
  60. </view>
  61. <chat chatData="{{item.replyList}}" uid="{{item.userId}}" postsId="{{item.id}}"/>
  62. </view>
  63. <view class="more">查看更多</view>
  64. </view>
  65. <view class="no-con" style="display: none;">
  66. <view class="state">你还没有上传作品</view>
  67. <view class="upload-works">
  68. <image src="../image/work_box.png" class="work-box"></image>
  69. <image src="../image/uploading_works.png" class="uploading-works"></image>
  70. <text>上传作品</text>
  71. </view>
  72. </view>
  73. </view>-->
  74. <chat productionData="{{productionData}}" />
  75. <view class="share">
  76. <view class="title">
  77. <image src="../image/xing.png" class="xing"></image>
  78. <text class="">答疑讨论</text>
  79. <image src="../image/xing.png" class="xing"></image>
  80. </view>
  81. <view >
  82. <view class="questions">
  83. <view class="head">
  84. <view class="head-img">
  85. <image src="../image/medal.png"></image>
  86. </view>
  87. <view class="lesson-name">
  88. <text>李佳怡</text>
  89. <text style="height: 100%">第一次发作品,请大家多多关注第一次发作品,请大家多多关注,第一次发作品,请大家多多关注,第一次发作品,请大家多多关注</text>
  90. </view>
  91. <view class="dian"></view>
  92. </view>
  93. <view class="icon">
  94. <view>
  95. <image src="../image/zan.png" class="zan"></image>
  96. <text>534</text>
  97. </view>
  98. <view>
  99. <image src="../image/weatch.png" class="weatch"></image>
  100. <text>1534</text>
  101. </view>
  102. <view>
  103. <image src="../image/discuss.png" class="discuss"></image>
  104. <text>534</text>
  105. </view>
  106. </view>
  107. </view>
  108. <view class="more">查看更多</view>
  109. </view>
  110. <view class="no-con" style="display: none;">
  111. <view class="state">你还没有提问过问题</view>
  112. <view class="upload-works">
  113. <image src="../image/work_box.png" class="work-box"></image>
  114. <image src="../image/questions.png" class="uploading-works"></image>
  115. <text>提问问题</text>
  116. </view>
  117. </view>
  118. </view>
  119. <share/>
  120. <view class="questions-one">
  121. <image src="../image/q_discuss.png" ></image>
  122. </view>
  123. <view class="upload-one">
  124. <image src="../image/works.png" ></image>
  125. </view>