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