Authored by biao

update for mobile

... ... @@ -323,6 +323,8 @@ function bindConfirmEvent() {
if (!/\*/.test(mobile)) {
changeData.mobile = $('#mob').val();
} else {
changeData.mobile = '';
}
submitChange(changeData);
... ...