Authored by biao

update for cancel dialog

@@ -153,7 +153,7 @@ function getCancelReason(code, onCancel) { @@ -153,7 +153,7 @@ function getCancelReason(code, onCancel) {
153 if (r.reason === '其他' || r.reason === '其它') { 153 if (r.reason === '其他' || r.reason === '其它') {
154 r.isOther = true; 154 r.isOther = true;
155 } 155 }
156 - }) 156 + });
157 157
158 reasons.push({ 158 reasons.push({
159 subReasons: d 159 subReasons: d