mirror of
https://github.com/yanxi-me/weixin-js-sdk.git
synced 2025-04-06 04:00:07 +08:00
commit
9b589edfb9
6
index.js
6
index.js
@ -387,7 +387,7 @@
|
|||||||
}, (e._complete = function (e) {
|
}, (e._complete = function (e) {
|
||||||
if (E = !1, O.length > 0) {
|
if (E = !1, O.length > 0) {
|
||||||
var n = O.shift();
|
var n = O.shift();
|
||||||
wx.getLocalImgData(n)
|
N.getLocalImgData(n)
|
||||||
}
|
}
|
||||||
}, e))) : O.push(e)
|
}, e))) : O.push(e)
|
||||||
},
|
},
|
||||||
@ -648,8 +648,8 @@
|
|||||||
e.preventDefault(), e.stopPropagation();
|
e.preventDefault(), e.stopPropagation();
|
||||||
var o = n["wx-id"];
|
var o = n["wx-id"];
|
||||||
if (o || (o = b++, n["wx-id"] = o), R[o]) return;
|
if (o || (o = b++, n["wx-id"] = o), R[o]) return;
|
||||||
R[o] = !0, wx.ready(function () {
|
R[o] = !0, N.ready(function () {
|
||||||
wx.getLocalImgData({
|
N.getLocalImgData({
|
||||||
localId: t,
|
localId: t,
|
||||||
success: function (e) {
|
success: function (e) {
|
||||||
n.src = e.localData
|
n.src = e.localData
|
||||||
|
Loading…
x
Reference in New Issue
Block a user