Commit bff2d063 authored by jiangjiantao's avatar jiangjiantao

bugfix

parent b421aad5
......@@ -26,6 +26,15 @@ Page({
let context = this;
my.ix.onBuddyMessage({
success: (res) => {
my.showToast({
type: 'success',
content: JSON.stringify(res),
duration: 3000,
success: () => {
},
});
console.info(`onBuddyMessage success: ${JSON.stringify(res)}`);
if (res.action == ACTION_GOODS) {
//商品信息同步
......
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