@@ -891,7 +892,7 @@ export default {
::v-deep .course-image-box :hover .el-image{
// transition: all 0.5s;
-
+
//z-index: 999;
//position: absolute;
//top: -50px;
diff --git a/src/views/portal/qa/Index.vue b/src/views/portal/qa/Index.vue
index 597bbf16..83304ac0 100644
--- a/src/views/portal/qa/Index.vue
+++ b/src/views/portal/qa/Index.vue
@@ -310,7 +310,7 @@ export default {
if(id=="answers"){
this.styleControl = 2
}
- this.queryConditions.orderField = id;
+ this.queryConditions.orderField = '';
this.queryConditions.pageIndex = 1
this.qaList = [];
this.getQaData(true);