...
|
...
|
@@ -413,9 +413,13 @@ |
|
|
}
|
|
|
});
|
|
|
|
|
|
const href = location.href;
|
|
|
const mark = /\?/.test(href) ? '&' : '?';
|
|
|
const channel = cookie.get('_Channel') || 'men';
|
|
|
|
|
|
share({
|
|
|
title: this.entity.product_name,
|
|
|
link: `${location.href}?channel=${cookie.get('_Channel') || 'men'}`,
|
|
|
link: `${href}${mark}channel=${channel}`,
|
|
|
desc: '我在BLK发现了一个不错的商品,快来看看吧!',
|
|
|
imgUrl: this.firstImage.replace(/(\{width}|\{height}|\{mode})/g, function($0) {
|
|
|
const dict = {
|
...
|
...
|
|