question-answer-sheet.vue 361 B

12345678910111213141516171819202122
  1. <template>
  2. <view>
  3. <view class="questionBankAnswer-bottom-flex" @tap="$emit('show_choice_timu_list',true)">
  4. <view class="iconfont icon-shiti-tianchong"></view>
  5. <view>答题卡</view>
  6. </view>
  7. </view>
  8. </template>
  9. <script>
  10. export default {
  11. data() {
  12. return {
  13. show_choice_timu_list: false
  14. }
  15. },
  16. methods: {}
  17. }
  18. </script>
  19. <style>
  20. </style>