yuxingxing 2 years ago
parent
commit
a0a6e28b99
2 changed files with 3 additions and 2 deletions
  1. 1 1
      mixins/sharePoster.js
  2. 2 1
      pages/goods_details/index.vue

+ 1 - 1
mixins/sharePoster.js

@@ -179,7 +179,7 @@ export const sharePoster = {
 				success: function(res) {
 					that.$set(that, "isDown", false);
 					that.$set(that, "PromotionCode", res.tempFilePath)
-					that.goPoster()
+					// that.goPoster()
 					if (typeof successFn == "function")
 						successFn && successFn(res.tempFilePath);
 				},

+ 2 - 1
pages/goods_details/index.vue

@@ -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;