yuxingxing 2 жил өмнө
parent
commit
870615b50d

+ 2 - 5
api/home.js

@@ -162,9 +162,6 @@ export function postLoginAuth(data) {
 
 // 获取分享连接
 export function postLinkedUrl(data) {
-	let url = "?code="+data.code+"&getPhoneNumberCode="+data.getPhoneNumberCode
-	return request.post("v1/linked/getLinkedUrl"+url,data,{
-		noAuth: true,
-		noVerify: true
-	});
+	// let url = "?code="+data.code+"&getPhoneNumberCode="+data.getPhoneNumberCode
+	return request.post("v1/linked/getLinkedUrl",data);
 }

+ 2 - 1
mixins/sharePoster.js

@@ -152,7 +152,8 @@ export const sharePoster = {
 		downloadFilestoreImage() {
 			let that = this;
 			uni.downloadFile({
-				url: that.setDomain(that.storeInfo.goodsCover),
+				url: that.setDomain("http://wine.gzzzyd.com/test/static/img/bg.a82f9752.jpg"),
+				// url: that.setDomain(that.storeInfo.goodsCover),
 				success: function(res) {
 					that.storeImage = res.tempFilePath;
 					that.storeImageBase64 = res.tempFilePath;

+ 22 - 17
pages/goods_details/index.vue

@@ -333,6 +333,7 @@
 let sysHeight = uni.getSystemInfoSync().statusBarHeight + 'px';
 import {
 	getGoodsDetail, getUserAddressByUserId, postBeforeCheck, getAvailableCheck
+	,postLinkedUrl
 } from "@/api/home.js";
 import {
 	getProductDetail,
@@ -1352,23 +1353,27 @@ export default {
 			if (this.isLogin === false) {
 				toLogin();
 			} else {
-				if (this.posterImage) {
-					this.posters = true;
-					return
-				}
-				// #ifdef H5
-				if (this.$wechat.isWeixin() === true) {
-					this.weixinStatus = true;
-				}
-				// #endif
-				// #ifndef APP-PLUS
-				this.downloadFilePromotionCode();
-				// #endif
-				// #ifdef APP-PLUS
-				if (this.PromotionCode.indexOf("http") == 0) {
-					// this.downloadFilePromotionCode();
-
-				}
+				// 校验是否可以分享(先购买产品)
+				postLinkedUrl().then(res =>{
+					this.downloadFilePromotionCode();
+				})
+				// if (this.posterImage) {
+				// 	this.posters = true;
+				// 	return
+				// }
+				// // #ifdef H5
+				// if (this.$wechat.isWeixin() === true) {
+				// 	this.weixinStatus = true;
+				// }
+				// // #endif
+				// // #ifndef APP-PLUS
+				// this.downloadFilePromotionCode();
+				// // #endif
+				// // #ifdef APP-PLUS
+				// if (this.PromotionCode.indexOf("http") == 0) {
+				// 	// this.downloadFilePromotionCode();
+
+				// }
 				// #endif
 				// this.goPoster()
 				// this.posters = true;