<!--pages/examination/examination.wxml-->
|
<!--导航区域 -->
|
<view style="width: 100%; height: {{barHeight}}px; "></view>
|
<view class="nacigationBar" style="width: 70%; height: {{navBarHeight}}px;">
|
<view>
|
<t-icon
|
name="chevron-left"
|
size="30"
|
data-name="{{item}}"
|
bind:click="goBack"
|
/>
|
</view>
|
<view class="navbar-title">{{answerTitle}}</view>
|
</view>
|
<view class="page-content">
|
<question-schedule></question-schedule>
|
<question-list questionList="{{questionDataList}}"></question-list>
|
</view>
|
|
<!-- 底部区域-->
|
|
<view class="page-bottom">
|
<question-options></question-options>
|
</view>
|