This commit is contained in:
@fawn-nine
2024-08-30 17:14:28 +08:00
parent ddd7c2c07f
commit b3bb29b36a
9 changed files with 273 additions and 15 deletions

View File

@@ -65,10 +65,10 @@
<text class="ciyao"><i class="mainTxt PM_font">{{performanceScore.questionScore}}</i></text>
</view> -->
</view>
<!-- <view class="optionsBox" >
<view class="flex_box flex_between">
<view class="optionsBox" >
<view class=" ">
<view class="">
<view class="gotoExams" @click="getTestPaper">
<view class="gotoExams" @click="goTest">
<text>去考试</text>
</view>
<view class="">
@@ -85,7 +85,7 @@
<view style="margin-top: 20rpx;">总成绩为<text class="scoreNumber greenScore">90</text> <text class="c999">50考试分+40平时表现分</text></view>
</view>
</view> -->
</view>
</view>
<view class="mainBox">
<view class="">
@@ -525,8 +525,10 @@
},
methods: {
getTestPaper(){
goTest(){
uni.navigateTo({
url:`/pages/miniClass/test?classId=${this.thisClass.id}`
})
},
changeZheDie(item, index){