mirror of
https://github.com/yanxi-me/weixin-js-sdk.git
synced 2025-04-06 04:00:07 +08:00
修改this为window
This commit is contained in:
parent
fa53277dcc
commit
54fb0b360a
0
.vscode/temp.sql
vendored
Normal file
0
.vscode/temp.sql
vendored
Normal file
2
index.js
2
index.js
@ -1,6 +1,6 @@
|
|||||||
! function (e, n) {
|
! function (e, n) {
|
||||||
module.exports = n(e)
|
module.exports = n(e)
|
||||||
}(this, function (e, n) {
|
}(window, function (e, n) {
|
||||||
function i(n, i, t) {
|
function i(n, i, t) {
|
||||||
e.WeixinJSBridge ? WeixinJSBridge.invoke(n, o(i), function (e) {
|
e.WeixinJSBridge ? WeixinJSBridge.invoke(n, o(i), function (e) {
|
||||||
c(n, e, t)
|
c(n, e, t)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user