Merge branch 'coupon' of https://gitee.com/wjl2008_admin/medicine_app
This commit is contained in:
@@ -343,10 +343,8 @@
|
||||
</template>
|
||||
<template
|
||||
v-if="!item.reply && thisClass.state == '1'">
|
||||
<text class="no" >未提交答案 点击开始答题</text>
|
||||
<!-- <text class="no" v-else style="color: #a0a1a7;">暂未开始学习</text> -->
|
||||
<!-- <text class="no" v-if="index+1<=currentStudyNumber">未提交答案 点击开始答题</text>
|
||||
<text class="no" v-else style="color: #a0a1a7;">暂未开始学习</text> -->
|
||||
<text class="no" v-if="index+1 <= currentStudyNumber || currentStudyNumber == 0">未提交答案 点击开始答题</text>
|
||||
<text class="no" v-else style="color: #a0a1a7;">暂未开始学习</text>
|
||||
</template>
|
||||
<template
|
||||
v-if="!item.reply && (thisClass.state == '2' || thisClass.state == '3')">
|
||||
@@ -1497,12 +1495,11 @@
|
||||
})
|
||||
return
|
||||
}
|
||||
console.log('item', this.thisClass);
|
||||
// if(index+1<=this.currentStudyNumber){
|
||||
uni.navigateTo({
|
||||
if(index+1<=this.currentStudyNumber || this.currentStudyNumber == 0){
|
||||
uni.navigateTo({
|
||||
url: `/pages/miniClass/taskDetail?id=${item.id}&classState=${this.thisClass.state}`
|
||||
})
|
||||
// }
|
||||
}
|
||||
|
||||
},
|
||||
delClass() {
|
||||
|
||||
Reference in New Issue
Block a user