|
|
@@ -425,7 +425,7 @@ export default {
|
|
|
},
|
|
|
onShareAppMessage(from, target) {
|
|
|
return {
|
|
|
- title: this.$t('imt-ke-ji-ping-tai') + '|' + this.getName(this.productInfo),
|
|
|
+ title: this.$t('imt-ke-ji-ping-tai') + ' | ' + this.getName(this.productInfo),
|
|
|
path: '/pagesProduct/Detail?id=' + this.productId,
|
|
|
imageUrl: this.getList(this.productInfo.img) + '?x-oss-process=image/resize,m_pad,h_400,w_500,color_FFFFFF'
|
|
|
};
|