Authored by 李奇

优化

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