Authored by 梁志锋

Merge remote-tracking branch 'remotes/origin/develop/wap' into stable/wap

... ... @@ -27,7 +27,7 @@ $('.address-item').on('touchend', function() {
orderInfo('address', address);
window.location.href = $this.data('href');
}).on('touchstart', '.edit', function() {
}).on('touchend', '.edit', function() {
window.location.href = $(this).data('href');
return false;
}).on('touchstart', '.del', function() {
... ...