art.wxml 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  1. <!--pages/art/art.wxml-->
  2. <<<<<<< HEAD
  3. <view class="container">
  4. <!-- 标题 -->
  5. <tarbar id="tarbar"/>
  6. <!-- 内容 -->
  7. <view class="content">
  8. <scroll-view scroll-y="true" scroll-with-animation="true" scroll-with-animation="true" enable-back-to-top="true">
  9. <!-- 科学艺术 -->
  10. <view class="art">
  11. <target/>
  12. <lessonList/>
  13. <view class="material">
  14. <view class="this-week">
  15. <image src="../image/study.png"></image>
  16. <view class="lesson-name">
  17. <text>学习资料</text>
  18. <text>本周和历史学习资料</text>
  19. </view>
  20. </view>
  21. <view class="material-con">
  22. <view class="art-img">
  23. <text>钻石戒指</text>
  24. <text>点击预览</text>
  25. </view>
  26. <view class="art-img">
  27. <text>钻石戒指</text>
  28. <text>点击预览</text>
  29. </view>
  30. </view>
  31. </view>
  32. <!--<view class="works">
  33. <view class="title">
  34. <image src="../image/xing.png" class="xing"></image>
  35. <text class="">作品分享</text>
  36. <image src="../image/xing.png" class="xing"></image>
  37. <text class="uploading" bindtap="uploadImage">分享作品</text>
  38. </view>
  39. <view >
  40. <view class="share-con" wx:for="{{productionData.list}}" wx:key="{{index}}">
  41. <view class="head">
  42. <view class="head-img">
  43. <image src="{{item.featureMap.headImgUrl}}"></image>
  44. </view>
  45. <view class="lesson-name">
  46. <text>{{item.featureMap.wechatName}}</text>
  47. <text style="height: 100%">{{item.title}}</text>
  48. </view>
  49. <view class="share-up-box" bindtap="shareImage">
  50. <image class="share_up" src="../image/share_up.png"></image>
  51. </view>
  52. </view>
  53. <view class="picture">
  54. <block wx:for="{{item.imagesList}}" wx:for-item="items" wx:key="{{items.id}}">
  55. <image src="{{items.path}}" bindtap="listenerButtonPreviewImage" data-img="{{items.path}}"></image>
  56. </block>
  57. </view>
  58. <view class="icon">
  59. <view>
  60. <image src="../image/zan.png" class="zan"></image>
  61. <text>{{item.postsAttributeInfo ? item.postsAttributeInfo.favors : '0'}}</text>
  62. </view>
  63. <view>
  64. <image src="../image/weatch.png" class="weatch"></image>
  65. <text>{{item.postsAttributeInfo ? item.postsAttributeInfo.views : '0'}}</text>
  66. </view>
  67. <view>
  68. <image src="../image/discuss.png" class="discuss"></image>
  69. <text>{{item.replyCount}}</text>
  70. </view>
  71. </view>
  72. <chat chatData="{{item.replyList}}" uid="{{item.userId}}" postsId="{{item.id}}"/>
  73. </view>
  74. <view class="more">查看更多</view>
  75. </view>
  76. <view class="no-con" style="display: none;">
  77. <view class="state">你还没有上传作品</view>
  78. <view class="upload-works">
  79. <image src="../image/work_box.png" class="work-box"></image>
  80. <image src="../image/uploading_works.png" class="uploading-works"></image>
  81. <text>上传作品</text>
  82. </view>
  83. </view>
  84. </view>-->
  85. <chat
  86. productionData="{{productionData}}"
  87. title="作品分享"
  88. query="分享作品"
  89. type="2"/>
  90. <chat
  91. productionData="{{questionsData}}"
  92. title="答疑讨论"
  93. query="我有疑问"
  94. type="1"/>
  95. <!-- <view class="share">
  96. <view class="title">
  97. <image src="../image/xing.png" class="xing"></image>
  98. <text class="">答疑讨论</text>
  99. <image src="../image/xing.png" class="xing"></image>
  100. </view>
  101. <view >
  102. <view class="questions">
  103. <view class="head">
  104. <view class="head-img">
  105. <image src="../image/medal.png"></image>
  106. </view>
  107. <view class="lesson-name">
  108. <text>李佳怡</text>
  109. <text style="height: 100%">第一次发作品,请大家多多关注第一次发作品,请大家多多关注,第一次发作品,请大家多多关注,第一次发作品,请大家多多关注</text>
  110. </view>
  111. <view class="dian"></view>
  112. </view>
  113. <view class="icon">
  114. <view>
  115. <image src="../image/zan.png" class="zan"></image>
  116. <text>534</text>
  117. </view>
  118. <view>
  119. <image src="../image/weatch.png" class="weatch"></image>
  120. <text>1534</text>
  121. </view>
  122. <view>
  123. <image src="../image/discuss.png" class="discuss"></image>
  124. <text>534</text>
  125. </view>
  126. </view>
  127. </view>
  128. <view class="more">查看更多</view>
  129. </view>
  130. <view class="no-con" style="display: none;">
  131. <view class="state">你还没有提问过问题</view>
  132. <view class="upload-works">
  133. <image src="../image/work_box.png" class="work-box"></image>
  134. <image src="../image/questions.png" class="uploading-works"></image>
  135. <text>提问问题</text>
  136. </view>
  137. </view>
  138. </view> -->
  139. <view class="questions-one">
  140. <image src="../image/q_discuss.png" ></image>
  141. </view>
  142. <view class="upload-one">
  143. <image src="../image/works.png" ></image>
  144. </view>
  145. </view>
  146. </scroll-view>
  147. </view>
  148. </view>
  149. =======
  150. <target/>
  151. <lessonList/>
  152. <view class="material">
  153. <view class="this-week">
  154. <image src="../image/study.png"></image>
  155. <view class="lesson-name">
  156. <text>学习资料</text>
  157. <text>本周和历史学习资料</text>
  158. </view>
  159. </view>
  160. <view class="material-con">
  161. <view class="art-img">
  162. <text>钻石戒指</text>
  163. <text>点击预览</text>
  164. </view>
  165. <view class="art-img">
  166. <text>钻石戒指</text>
  167. <text>点击预览</text>
  168. </view>
  169. </view>
  170. </view>
  171. <!--<view class="works">
  172. <view class="title">
  173. <image src="../image/xing.png" class="xing"></image>
  174. <text class="">作品分享</text>
  175. <image src="../image/xing.png" class="xing"></image>
  176. <text class="uploading" bindtap="uploadImage">分享作品</text>
  177. </view>
  178. <view >
  179. <view class="share-con" wx:for="{{productionData.list}}" wx:key="{{index}}">
  180. <view class="head">
  181. <view class="head-img">
  182. <image src="{{item.featureMap.headImgUrl}}"></image>
  183. </view>
  184. <view class="lesson-name">
  185. <text>{{item.featureMap.wechatName}}</text>
  186. <text style="height: 100%">{{item.title}}</text>
  187. </view>
  188. <image class="share_up" src="../image/share_up.png" data-flag="{{flag}}" bindtap="shareImage"></image>
  189. </view>
  190. <view class="picture">
  191. <block wx:for="{{item.imagesList}}" wx:for-item="items" wx:key="{{items.id}}">
  192. <image src="{{items.path}}" bindtap="listenerButtonPreviewImage" data-img="{{items.path}}"></image>
  193. </block>
  194. </view>
  195. <view class="icon">
  196. <view>
  197. <image src="../image/zan.png" class="zan"></image>
  198. <text>{{item.postsAttributeInfo ? item.postsAttributeInfo.favors : '0'}}</text>
  199. </view>
  200. <view>
  201. <image src="../image/weatch.png" class="weatch"></image>
  202. <text>{{item.postsAttributeInfo ? item.postsAttributeInfo.views : '0'}}</text>
  203. </view>
  204. <view>
  205. <image src="../image/discuss.png" class="discuss"></image>
  206. <text>{{item.replyCount}}</text>
  207. </view>
  208. </view>
  209. <chat chatData="{{item.replyList}}" uid="{{item.userId}}" postsId="{{item.id}}"/>
  210. </view>
  211. <view class="more">查看更多</view>
  212. </view>
  213. <view class="no-con" style="display: none;">
  214. <view class="state">你还没有上传作品</view>
  215. <view class="upload-works">
  216. <image src="../image/work_box.png" class="work-box"></image>
  217. <image src="../image/uploading_works.png" class="uploading-works"></image>
  218. <text>上传作品</text>
  219. </view>
  220. </view>
  221. </view>-->
  222. <chat productionData="{{productionData}}" />
  223. <view class="share">
  224. <view class="title">
  225. <image src="../image/xing.png" class="xing"></image>
  226. <text class="">答疑讨论</text>
  227. <image src="../image/xing.png" class="xing"></image>
  228. </view>
  229. <view >
  230. <view class="questions">
  231. <view class="head">
  232. <view class="head-img">
  233. <image src="../image/medal.png"></image>
  234. </view>
  235. <view class="lesson-name">
  236. <text>李佳怡</text>
  237. <text style="height: 100%">第一次发作品,请大家多多关注第一次发作品,请大家多多关注,第一次发作品,请大家多多关注,第一次发作品,请大家多多关注</text>
  238. </view>
  239. <view class="dian"></view>
  240. </view>
  241. <view class="icon">
  242. <view>
  243. <image src="../image/zan.png" class="zan"></image>
  244. <text>534</text>
  245. </view>
  246. <view>
  247. <image src="../image/weatch.png" class="weatch"></image>
  248. <text>1534</text>
  249. </view>
  250. <view>
  251. <image src="../image/discuss.png" class="discuss"></image>
  252. <text>534</text>
  253. </view>
  254. </view>
  255. </view>
  256. <view class="more">查看更多</view>
  257. </view>
  258. <view class="no-con" style="display: none;">
  259. <view class="state">你还没有提问过问题</view>
  260. <view class="upload-works">
  261. <image src="../image/work_box.png" class="work-box"></image>
  262. <image src="../image/questions.png" class="uploading-works"></image>
  263. <text>提问问题</text>
  264. </view>
  265. </view>
  266. </view>
  267. <share/>
  268. <view class="questions-one">
  269. <image src="../image/q_discuss.png" ></image>
  270. </view>
  271. <view class="upload-one">
  272. <image src="../image/works.png" ></image>
  273. </view>
  274. >>>>>>> d311ba85855d9833139d43ef0f7038e08d5d9599