Commit 344d003c by wwh

update

1 parent daeed0f2
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
} }
await order.note(this.orderId, this.input.sellerNote) await order.note(this.orderId, this.input.sellerNote)
await Tips.success('保存成功'); await Tips.success('保存成功');
Event.emit(Event.ORDER_LIST_UPDATE); // Event.emit(Event.ORDER_LIST_UPDATE);
wepy.navigateBack(); wepy.navigateBack();
} }
}; };
......
...@@ -235,7 +235,7 @@ ...@@ -235,7 +235,7 @@
wepy.$instance.globalData.siteBusinessId=''; wepy.$instance.globalData.siteBusinessId='';
this.$redirect('../home/shops'); this.$redirect('../home/shops');
Event.emit(Event.USER_LOGOUT); // Event.emit(Event.USER_LOGOUT);
}, },
async logout() { async logout() {
await Tips.confirm('是否确认退出登录?'); await Tips.confirm('是否确认退出登录?');
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!