fix: BUG修改

This commit is contained in:
kun 2024-05-24 21:55:22 +08:00
parent cb4ebb4c2a
commit 2142840bc3

View File

@ -17,13 +17,13 @@
<text>对于成绩不满意可再次考试</text>
</view>
<button type="primary" class="btn"
@click="goHiidden('/personLocation/exam/beginexam/beginexam')">再考一次</button>
@click="examAgain('/personLocation/exam/beginexam/beginexam')">再考一次</button>
<button type="primary" class="btn1" plain="true"
@click="goHiidden('/personLocation/exam/index/index')">返回</button>
</view>
<view class="examresult" v-else>
<view class="text-success">
<text>80</text>
<text>{{pageData.score}}</text>
</view>
<view class="image-tip">
<image src="/static/exam/examSuccess.png" mode=""></image>
@ -32,7 +32,7 @@
<text>恭喜您通过考试</text>
</view>
<button type="primary" class="btn"
@click="goHiidden('/personLocation/exam/beginexam/beginexam')">返回</button>
@click="goHiidden('/personLocation/exam/index/index')">返回</button>
</view>
<levitatedsphere :x="100" :y="80"></levitatedsphere>
</view>