language.wxml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <!--pages/language/language.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="language">
  10. <target wxObjectives="{{wxObjectives}}"/>
  11. <lessonList
  12. lessonData="{{list}}"
  13. height="{{lessonListHeight}}"/>
  14. <preview
  15. materialData="{{materialData}}"
  16. height="{{previewHeight}}"/>
  17. <!-- <chat id="questions"
  18. productionData="{{questionsData}}"
  19. title="答疑讨论"
  20. query="我有疑问"
  21. type="1"
  22. columnType="1"
  23. bind:myevent="onMyEvent"
  24. data-type="1"
  25. more="{{questionsMore}}"
  26. timeList="{{timeList}}"
  27. teacher="{{teacher}}"/>
  28. <view class="questions-one" class="questions-one" data-id="questions" bindtap="location">
  29. <image src="../image/q_discuss.png" ></image>
  30. <text class="row" wx:if="{{questionsdian > 0}}"></text>
  31. </view> -->
  32. </view>
  33. </scroll-view>
  34. </view>
  35. <view hidden="{{flag}}">
  36. <dialog bindmyevent="jurisdiction"/>
  37. </view>
  38. </view>