mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-06-21 13:07:51 +08:00
【优化】用户分享到朋友圈,用户打开“单页模式"下,取消因无法交互而弹出的异常提醒。
This commit is contained in:
@@ -407,7 +407,11 @@
|
|||||||
},
|
},
|
||||||
fail: function (res) {
|
fail: function (res) {
|
||||||
//console.log(res);
|
//console.log(res);
|
||||||
_this.$refs.uToast.show({ message: '用户授权失败wx.login,请重试', type: 'error', })
|
var scene = this.$store.state.scene;
|
||||||
|
//判断是否为 朋友圈内打开“单页模式",单页模式下,数据交互无法执行。所以不进行提醒
|
||||||
|
if (scene != 1154) {
|
||||||
|
_this.$refs.uToast.show({ message: '用户授权失败wx.login,请重试', type: 'error', })
|
||||||
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user