提交 206cfbb9 authored 作者: zhengyadong's avatar zhengyadong

修改bug

上级 917d77a5
<template>
<div class="no-data-tip">
<img src="@/assets/img/list/no-content.png" alt="">
<span>抱歉,没有找到相关内容</span>
</div>
</template>
......@@ -26,7 +27,14 @@ export default {
line-height: .36rem;
font-size: .16rem;
img{
width: 2rem;
margin: 0 auto;
}
span{
display: inline-block;
color: #999999;
padding-top: .3rem;
font-size: .18rem;
}
}
</style>
......@@ -28,7 +28,7 @@
<span class="list-item-text">{{item.typeZh}}</span>
</div>
<div class="list-item-num">
{{item.num}}积分
<span class="list-item-num-text">{{item.num}}</span>积分
</div>
</div>
</div>
......@@ -161,8 +161,8 @@ export default {
border-radius: .04rem;
.item-num{
// font-size: .1rem;
font-size: .125rem;
transform: scale(0.8);
font-size: .12rem;
// transform: scale(0.8);
color: #FA4F03;
}
.item-time{
......@@ -233,9 +233,13 @@ export default {
color: #000000;
}
.list-item-num{
line-height: .15rem;
font-size: .12rem;
color: #FA4F03;
}
.list-item-num-text{
font-size: .15rem;
}
}
.integral-info{
......
......@@ -267,10 +267,10 @@ export default {
this.colQuery.goodsId = this.currentObj.questionid
this.getColStatus()
if(this.currentObj.questionType === 5||this.currentObj.questionType === 6){
this.childrenList = this.currentObj.children
this.childrenList = this.currentObj.children||[]
if(this.childrenList.length === 0) return
this.currentChildrenIndex = 1
this.currentChildrenObj = this.childrenList[0]
this.currentChildrenObj = this.childrenList[0]||{}
this.rightAns = this.currentChildrenObj.rightanswer
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论