Commit 7d76a24a authored by jiangjiantao's avatar jiangjiantao

bugfix

parent 1c7bdd75
...@@ -29,14 +29,6 @@ Page({ ...@@ -29,14 +29,6 @@ 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