样式修改
This commit is contained in:
@@ -343,7 +343,7 @@
|
||||
</template>
|
||||
<template
|
||||
v-if="!item.reply && thisClass.state == '1'">
|
||||
<text class="no" v-if="index+1<=currentStudyNumber">未提交答案 点击开始答题</text>
|
||||
<text class="no" v-if="index+1 <= currentStudyNumber || currentStudyNumber == 0">未提交答案 点击开始答题</text>
|
||||
<text class="no" v-else style="color: #a0a1a7;">暂未开始学习</text>
|
||||
</template>
|
||||
<template
|
||||
@@ -1491,7 +1491,7 @@
|
||||
})
|
||||
return
|
||||
}
|
||||
if(index+1<=this.currentStudyNumber){
|
||||
if(index+1<=this.currentStudyNumber || this.currentStudyNumber == 0){
|
||||
uni.navigateTo({
|
||||
url: `/pages/miniClass/taskDetail?id=${item.id}&classState=${this.thisClass.state}`
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user