Browse Source

错误修复

master
LIONCITYS\lioncity 4 years ago
parent
commit
f74178519b
  1. 2
      pages/shop/GoodsCon/index.vue

2
pages/shop/GoodsCon/index.vue

@ -753,7 +753,7 @@
},
setOpenShare: function () {
var data = this.storeInfo;
var href = location.href;
var href = this.location.href;
if (this.$deviceType == "weixin") {
if (this.isLogin) {
getUserInfo().then((res) => {

Loading…
Cancel
Save