错误修复
This commit is contained in:
@ -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) => {
|
||||||
|
Reference in New Issue
Block a user