|
@@ -10,7 +10,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-
|
|
|
+
|
|
|
export default {
|
|
|
components: {
|
|
|
},
|
|
@@ -26,10 +26,11 @@
|
|
|
},
|
|
|
methods: {
|
|
|
onClickDetail(item) {
|
|
|
+ this.navigateTo('https://mp-test-onlinecatelogue.matchexpo.cn/mini-pro-news')
|
|
|
if (this.type === 'exhibitor') {
|
|
|
- this.navigateTo('https://mp-test-onlinecatelogue.matchexpo.cn/Selis-responds-to-Guangzhou-s-inquiry-on-M7-accident-identification-the-owner-does-not-recognize-the-analysis-conclusion-that-the-case-has-entered-the-judicial-procedure')
|
|
|
+ // this.navigateTo('')
|
|
|
} else {
|
|
|
- this.navigateTo('https://www.productronicachina.com.cn/2025%E6%85%95%E5%B0%BC%E9%BB%91%E4%B8%8A%E6%B5%B7%E7%94%B5%E5%AD%90%E7%94%9F%E4%BA%A7%E8%AE%BE%E5%A4%87%E5%B1%953%E6%9C%88%E5%A5%8F%E5%93%8D%E6%96%B0%E7%AF%87%E7%AB%A0-%E6%8E%A2%E7%B4%A2%E7%94%B5%E5%AD%90%E5%88%B6%E9%80%A0%E7%9A%84%E6%97%A0%E9%99%90%E5%8F%AF%E8%83%BD')
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -67,7 +68,7 @@
|
|
|
padding-right: 30rpx;
|
|
|
color: #555555;
|
|
|
@include text-ellipsis-line;
|
|
|
- -webkit-line-clamp: 2;
|
|
|
+ -webkit-line-clamp: 2;
|
|
|
}
|
|
|
.to-detail{
|
|
|
display: flex;
|
|
@@ -83,4 +84,4 @@
|
|
|
font-size: $fontSize0;
|
|
|
}
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|