english.wxml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <!--pages/art/art.wxml-->
  2. <view class="container">
  3. <!-- 标题 -->
  4. <tarbar id="tarbar"/>
  5. <!-- 内容 -->
  6. <view class="content">
  7. <scroll-view scroll-y="true" scroll-with-animation="true" scroll-with-animation="true" enable-back-to-top="true">
  8. <!-- 科学艺术 -->
  9. <view class="art">
  10. <target/>
  11. <lessonList/>
  12. <view class="material">
  13. <view class="this-week">
  14. <image src="../image/study.png"></image>
  15. <view class="lesson-name">
  16. <text>学习资料</text>
  17. <text>本周和历史学习资料</text>
  18. </view>
  19. </view>
  20. <view class="material-con">
  21. <view class="art-img">
  22. <text>钻石戒指</text>
  23. <text>点击预览</text>
  24. </view>
  25. <view class="art-img">
  26. <text>钻石戒指</text>
  27. <text>点击预览</text>
  28. </view>
  29. </view>
  30. </view>
  31. <view>英语</view>
  32. <chat
  33. productionData="{{questionsData}}"
  34. title="答疑讨论"
  35. query="我有疑问"
  36. type="1"/>
  37. <view class="questions-one">
  38. <image src="../image/q_discuss.png" ></image>
  39. </view>
  40. <view class="upload-one">
  41. <image src="../image/works.png" ></image>
  42. </view>
  43. </view>
  44. </scroll-view>
  45. </view>
  46. </view>