science.wxml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <!--pages/science/science.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" scroll-into-view="{{position}}">
  8. <!-- 科学 -->
  9. <view class="science">
  10. <target wxObjectives="{{wxObjectives}}"/>
  11. <lessonList
  12. lessonData="{{list}}"
  13. height="{{lessonListHeight}}"/>
  14. <preview
  15. materialData="{{materialData}}"
  16. height="{{previewHeight}}"/>
  17. <!-- <view id="upload-position">
  18. <chat id="upload"
  19. id="chat"
  20. productionData="{{productionData}}"
  21. title="作品展示"
  22. query="上传作品"
  23. type="2"
  24. columnType="5"
  25. bind:getHeight="onGetHeight"
  26. bind:myevent="onMyEvent"
  27. data-type="2"
  28. more="{{productionMore}}"
  29. timeList="{{timeList}}"
  30. teacher="{{teacher}}"/>
  31. </view>
  32. <view id="questions-position">
  33. <chat id="questions"
  34. productionData="{{questionsData}}"
  35. title="答疑讨论"
  36. query="我有疑问"
  37. type="1"
  38. columnType="5"
  39. bind:myevent="onMyEvent"
  40. data-type="1"
  41. more="{{questionsMore}}"
  42. timeList="{{timeList}}"
  43. teacher="{{teacher}}"/>
  44. </view>
  45. <view class="questions-one" data-id="questions-position" bindtap="location">
  46. <image src="../image/q_discuss.png" ></image>
  47. <text class="row" wx:if="{{questionsdian > 0}}"></text>
  48. </view>
  49. <view class="upload-one" data-id="upload-position" bindtap="location">
  50. <image src="../image/works.png" ></image>
  51. </view> -->
  52. </view>
  53. </scroll-view>
  54. </view>
  55. <view class="canvas-box">
  56. <canvas canvas-id="myCanvas" style="width:100%; height: {{canvasHeight}}px;"></canvas>
  57. </view>
  58. <view hidden="{{flag}}">
  59. <dialog bindmyevent="jurisdiction"/>
  60. </view>
  61. </view>