Commit fd711863 authored by jiangjiantao's avatar jiangjiantao

bugfixed

parent 9211a3a6
...@@ -175,12 +175,14 @@ Page({ ...@@ -175,12 +175,14 @@ Page({
onHide() { onHide() {
//关闭后屏监听 //关闭后屏监听
my.ix.offBuddyMessage(); my.ix.offBuddyMessage();
},
onUnload(){
//清理支付数据 //清理支付数据
my.removeStorage({ my.removeStorageSync({
key: 'paySuccessGoodsList', key: 'paySuccessGoodsList',
success: function () { });
} }
});
}
}); });
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment