...
|
...
|
@@ -5,10 +5,10 @@ |
|
|
*/
|
|
|
|
|
|
var $ = require('jquery'),
|
|
|
orderInfo = require('./order-info');
|
|
|
orderInfo = require('./order-info').orderInfo;
|
|
|
|
|
|
$('.address-item').on('touchend', function() {
|
|
|
orderInfo('addressId', $(this).data('address_id'));
|
|
|
orderInfo('addressId', $(this).data('address-id'));
|
|
|
}).on('touchend', '.edit', function() {
|
|
|
window.location.href = $(this).data('href');
|
|
|
return false;
|
...
|
...
|
|