Authored by 梁志锋

个人地址编辑按钮

... ... @@ -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() {
... ...