Authored by whb

fixed bug

... ... @@ -124,7 +124,6 @@
});
alert('aaa');
});
wx.error(function (res) {
alert(res.errMsg);
});
... ...