|
@@ -654,7 +654,7 @@ export default {
|
|
|
that.$set(that, "actionSheetHidden", !that.actionSheetHidden);
|
|
|
// userShare();
|
|
|
return {
|
|
|
- title: that.storeInfo.store_name || "",
|
|
|
+ title: that.storeInfo.goodsName || "",
|
|
|
imageUrl: that.storeInfo.image || "",
|
|
|
path: "/pages/goods_details/index?id=" + that.id + "&inviteCode=" + that.$Cache.get("USER_INFO", true).code,
|
|
|
};
|
|
@@ -1356,6 +1356,7 @@ export default {
|
|
|
// 校验是否可以分享(先购买产品)
|
|
|
postLinkedUrl().then(res =>{
|
|
|
this.downloadFilePromotionCode();
|
|
|
+ this.posters = true;
|
|
|
})
|
|
|
// if (this.posterImage) {
|
|
|
// this.posters = true;
|