Authored by yyq

merge

@@ -140,7 +140,7 @@ router.get('/orders/refund', ordersController.refund); @@ -140,7 +140,7 @@ router.get('/orders/refund', ordersController.refund);
140 // 申请退款原因 140 // 申请退款原因
141 router.get('/orders/refundreason', ordersController.refundReason); 141 router.get('/orders/refundreason', ordersController.refundReason);
142 142
143 -/********************************* 我的订单结束 *****************************************/ 143 +/** ******************************* 我的订单结束 *****************************************/
144 144
145 145
146 // router.get('/coupons', CouponsController.index); 146 // router.get('/coupons', CouponsController.index);
@@ -275,7 +275,7 @@ function getAddress(d, callback) { @@ -275,7 +275,7 @@ function getAddress(d, callback) {
275 $obj = $city; 275 $obj = $city;
276 } else if (d.type === 'getCounty') { 276 } else if (d.type === 'getCounty') {
277 277
278 - //url = 'getCounty'; 278 + // url = 'getCounty';
279 $obj = $county; 279 $obj = $county;
280 } else if (d.type === 'getStreet') { 280 } else if (d.type === 'getStreet') {
281 $obj = $street; 281 $obj = $street;
@@ -528,7 +528,7 @@ function newAddress(id) { @@ -528,7 +528,7 @@ function newAddress(id) {
528 }, function() { 528 }, function() {
529 var countyId = $county.val(); 529 var countyId = $county.val();
530 530
531 - //如果获取的县有默认选中项则获取乡镇/街道 531 + // 如果获取的县有默认选中项则获取乡镇/街道
532 if (countyId !== '0') { 532 if (countyId !== '0') {
533 getAddress({ 533 getAddress({
534 id: countyId, 534 id: countyId,