|
@@ -1,4 +1,4 @@
|
|
|
-<wxs module="enumItem" src="../../../wxs/enumItem.wxs"></wxs>
|
|
|
+<wxs module="filter" src="../../../wxs/exam-fun.wxs"></wxs>
|
|
|
<view class="exam-page">
|
|
|
<view class="view-wrap">
|
|
|
<view class="exam-count-down" wx:if="{{isFinish}}">已经交卷</view>
|
|
@@ -63,10 +63,12 @@
|
|
|
</checkbox>
|
|
|
</view>
|
|
|
</label>
|
|
|
+
|
|
|
</checkbox-group>
|
|
|
+
|
|
|
</view>
|
|
|
|
|
|
- <view class="exam-clear mt20" wx:if="{{isFinish}}" >
|
|
|
+ <view class="exam-clear mt20" wx:if="{{isFinish}}">
|
|
|
<view class="exam-extend-item" >
|
|
|
答题结果:
|
|
|
<text class="question-answer-right question-answer-result"
|
|
@@ -116,7 +118,7 @@
|
|
|
</i-panel>
|
|
|
|
|
|
<view>
|
|
|
- <button class="i-btn i-btn-primary i-btn-square" form-type='submit'>提交</button>
|
|
|
+ <button class="i-btn i-btn-primary i-btn-square" form-type='submit' disabled="{{!!isFinish}}">提交</button>
|
|
|
</view>
|
|
|
|
|
|
<i-action-sheet visible="true" visible="{{timeOutShow}}" mask-closable="{{ false }}">
|