Authored by 郭成尧

'partial'

... ... @@ -84,8 +84,8 @@ const locationList = (params) => {
return _getThrAddressData(params).then(result => {
if (result.data) {
return {
addressList: camelCase(result.data)
}
addressList: camelCase(result.data)
};
}
});
};
... ...
... ... @@ -26,7 +26,7 @@ $('.address-item').on('touchend', function() {
}
});
$confimMod.on('touchend', '.cancel', function(e) {
$confimMod.on('touchend', '.cancel', function() {
selectId = null;
$confimMod.fadeOut();
return false;
... ...