Authored by 李奇

优化

... ... @@ -112,7 +112,7 @@ detached: function () {
}
router.go('logistics', params);
} else {
if (actionCode === 'cancel_order') {
if (actionCode === 'cancel_order' && !this.data.isStore) {
return this.triggerEvent('cancelorder', {
orderCode
});
... ...