Authored by biao

update for cancel dialog

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