|
@@ -610,6 +610,7 @@
|
|
|
this.getCouponList();
|
|
this.getCouponList();
|
|
|
this.getCartCount();
|
|
this.getCartCount();
|
|
|
this.downloadFilePromotionCode();
|
|
this.downloadFilePromotionCode();
|
|
|
|
|
+ // this.ShareInfo();
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
deep: true,
|
|
deep: true,
|
|
@@ -1122,18 +1123,19 @@
|
|
|
that.$set(that, "navList", navList);
|
|
that.$set(that, "navList", navList);
|
|
|
that.$set(that, "storeImage", that.storeInfo.image);
|
|
that.$set(that, "storeImage", that.storeInfo.image);
|
|
|
that.$set(that, "svip_price_open", res.data.svip_price_open);
|
|
that.$set(that, "svip_price_open", res.data.svip_price_open);
|
|
|
- // #ifdef H5
|
|
|
|
|
- if (that.isLogin) {
|
|
|
|
|
- that.ShareInfo();
|
|
|
|
|
- }
|
|
|
|
|
- // #endif
|
|
|
|
|
if (that.isLogin) {
|
|
if (that.isLogin) {
|
|
|
that.getUserInfo();
|
|
that.getUserInfo();
|
|
|
}
|
|
}
|
|
|
// #ifdef H5 || APP-PLUS
|
|
// #ifdef H5 || APP-PLUS
|
|
|
this.getImageBase64();
|
|
this.getImageBase64();
|
|
|
// #endif
|
|
// #endif
|
|
|
|
|
+ // #ifdef H5
|
|
|
|
|
+ if (that.isLogin) {
|
|
|
|
|
+ that.ShareInfo();
|
|
|
|
|
+ }
|
|
|
|
|
+ // #endif
|
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
|
|
|
+
|
|
|
if (good_list.length) {
|
|
if (good_list.length) {
|
|
|
// #ifndef APP-PLUS
|
|
// #ifndef APP-PLUS
|
|
|
that.setClientHeight();
|
|
that.setClientHeight();
|
|
@@ -1563,7 +1565,8 @@
|
|
|
return
|
|
return
|
|
|
}
|
|
}
|
|
|
// #ifdef H5
|
|
// #ifdef H5
|
|
|
- if (this.$wechat.isWeixin() === true) {
|
|
|
|
|
|
|
+ if (this.$wechat.isWeixin()) {
|
|
|
|
|
+ // this.ShareInfo()
|
|
|
this.weixinStatus = true;
|
|
this.weixinStatus = true;
|
|
|
}
|
|
}
|
|
|
this.downloadFilePromotionCode();
|
|
this.downloadFilePromotionCode();
|