|
@@ -34,7 +34,7 @@
|
|
|
<view>人气:11192</view>
|
|
|
</view>
|
|
|
<view>
|
|
|
- <button :plain="true">
|
|
|
+ <button :plain="true" @click.stop="onShare">
|
|
|
<view>
|
|
|
<view class="iconfont icon-zhuanfa"></view>
|
|
|
<view>分享</view>
|
|
@@ -62,7 +62,7 @@
|
|
|
<view class="exhibitor-card">
|
|
|
<view class="exhibitor-info">
|
|
|
<view class="exhibitor-logo">
|
|
|
- <image src="/static/img/example/kostal_log.png" mode="aspectFit" />
|
|
|
+ <image src="https://oss.starify.cn/prod/starify/up/0001018678/20241108/672da70c02212.png?x-oss-process=image/resize,w_400" mode="widthFix" />
|
|
|
</view>
|
|
|
<view class="exhibitor-name-cn">科世达(上海)连接器有限公司</view>
|
|
|
<view class="exhibitor-name-en">Leopold Kostal GmbH & Co. KG</view>
|
|
@@ -118,18 +118,19 @@
|
|
|
this.loadFontFace('Poppins')
|
|
|
},
|
|
|
methods: {
|
|
|
- onShareAppMessage(ops) {
|
|
|
- const item = ops.target.dataset.item || {}
|
|
|
- this.shareInfo = null
|
|
|
- this.showShare = false
|
|
|
+ onShareAppMessage() {
|
|
|
return {
|
|
|
- title: item.name || '汽车连接器 86W MLK 1,2 SD-HOLDER',
|
|
|
+ title: '汽车连接器 86W MLK 1,2 SD-HOLDER',
|
|
|
path: `/pages/exhibitor/exhibit-detail`,
|
|
|
imageUrl: 'https://oss.starify.cn/prod/starify/up/0001000075/20241113/67343f1c494de.png?x-oss-process=image/resize,w_600,h_600,limit_0,m_pad'
|
|
|
}
|
|
|
},
|
|
|
- onShare(item) {
|
|
|
- this.shareInfo = item
|
|
|
+ onShare() {
|
|
|
+ this.shareInfo = {
|
|
|
+ title: '汽车连接器 86W MLK 1,2 SD-HOLDER',
|
|
|
+ path: `/pages/exhibitor/exhibit-detail`,
|
|
|
+ imageUrl: 'https://oss.starify.cn/prod/starify/up/0001000075/20241113/67343f1c494de.png?x-oss-process=image/resize,w_600,h_600,limit_0,m_pad'
|
|
|
+ }
|
|
|
this.showShare = true
|
|
|
},
|
|
|
onClickDetail(e) {
|
|
@@ -181,9 +182,13 @@
|
|
|
background-color: #FFFFFF;
|
|
|
.exhibitor-info{
|
|
|
padding: 36rpx;
|
|
|
+ flex: 1;
|
|
|
}
|
|
|
.exhibitor-logo{
|
|
|
width: 194rpx;
|
|
|
+ image{
|
|
|
+ height: auto;
|
|
|
+ }
|
|
|
}
|
|
|
.exhibitor-detail-link{
|
|
|
margin-top: 36rpx;
|