Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 | }); |
-
Please register or login to post a comment