Commit 1c7bdd75 authored by jiangjiantao's avatar jiangjiantao

bugfix

parent 5a094e81
...@@ -29,6 +29,14 @@ Page({ ...@@ -29,6 +29,14 @@ Page({
console.info(`onBuddyMessage success: ${JSON.stringify(res)}`); console.info(`onBuddyMessage success: ${JSON.stringify(res)}`);
if (res.action == ACTION_GOODS) { if (res.action == ACTION_GOODS) {
my.showToast({
type: 'fail',
content: '商品信息同步',
duration: 3000,
success: () => {
},
});
//商品信息同步 //商品信息同步
my.hideLoading(); my.hideLoading();
let viewGoodsInfo = res.data let viewGoodsInfo = res.data
......
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