perf(搜索中心): 去掉滑动效果
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<div class="details-header">
|
||||
<span>{{sarStandardsInfoEO.standCode}} 《{{sarStandardsInfoEO.standName ? sarStandardsInfoEO.standName : sarStandardsInfoEO.standEnName}}》 企标详情</span>
|
||||
<!--<b style="float:right;font-size: 25px;color: #ff9900">{{ ((qualityCommentScore*2*0.9)+(dynamicCommentScore*2*0.1)).toFixed(1) }}</b>-->
|
||||
<b style="float:right;font-size: 25px;color: #ff9900">{{ score }}</b>
|
||||
<b v-show="score !== '0.00'" style="float:right;font-size: 25px;color: #ff9900">{{ score }}</b>
|
||||
<!-- 之前的,先注掉-->
|
||||
<!-- <span>{{sarStandardsInfoEO.standCode}}-{{sarStandardsInfoEO.standYear}} 《{{sarStandardsInfoEO.standName}}》 企标详情</span>-->
|
||||
</div>
|
||||
|
||||
@@ -309,19 +309,19 @@ export default {
|
||||
jumpDetails (item) {
|
||||
let name = '', pageType = ''
|
||||
switch (item.indexType) {
|
||||
case 'stand':
|
||||
name = 'OtherStandardDetails'
|
||||
pageType = 'INLAND_STAND'
|
||||
break
|
||||
case 'stand':
|
||||
name = 'OtherStandardDetails'
|
||||
pageType = 'INLAND_STAND'
|
||||
break
|
||||
// 企标
|
||||
case 'bussstand':
|
||||
name = 'OtherBussStandardDetails'
|
||||
pageType = 'BUSINESS_STAND'
|
||||
break
|
||||
case 'FOREIGN':
|
||||
name = 'OtherStandardDetails'
|
||||
pageType = 'FOREIGN_STAND'
|
||||
break
|
||||
case 'bussstand':
|
||||
name = 'OtherBussStandardDetails'
|
||||
pageType = 'BUSINESS_STAND'
|
||||
break
|
||||
case 'FOREIGN':
|
||||
name = 'OtherStandardDetails'
|
||||
pageType = 'FOREIGN_STAND'
|
||||
break
|
||||
}
|
||||
const routeUrl = this.$router.resolve({
|
||||
name,
|
||||
@@ -621,14 +621,14 @@ export default {
|
||||
}
|
||||
|
||||
.fade-enter-active, .fade-leave-active {
|
||||
transition: opacity .5s;
|
||||
transition: opacity 0s;
|
||||
}
|
||||
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.el-icon-arrow-down {
|
||||
transition: transform .5s
|
||||
transition: transform 0s
|
||||
}
|
||||
.icon-arrow {
|
||||
transform: rotate(180deg);
|
||||
|
||||
Reference in New Issue
Block a user