错误修复

This commit is contained in:
LIONCITYS\lioncity
2020-12-01 21:45:40 +08:00
parent 455696bbc2
commit f74178519b

View File

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