Fix:5299 【商城小程序】微信转发县城,如果县城顶部是视频,加载不出图片,改为调取县城图片@lifizer
This commit is contained in:
@@ -1020,7 +1020,7 @@ export default {
|
||||
return {
|
||||
title: this.inn.countyName || this.share.title,
|
||||
path: '/pkg_product/views/famousQianxianShop?id=' + this.id,
|
||||
imageUrl: this.inn.cover || this.share.imageUrl
|
||||
imageUrl: this.detail.cover || this.inn.cover
|
||||
}
|
||||
},
|
||||
// 必须在页面加 onPageScroll(e){} ,才能滑动显示背景
|
||||
|
||||
Reference in New Issue
Block a user