Authored by yyq

退换货地区码过滤

@@ -94,7 +94,7 @@ if ($refundInfo.length) { @@ -94,7 +94,7 @@ if ($refundInfo.length) {
94 setBackInput($(this).val() * 1); 94 setBackInput($(this).val() * 1);
95 } 95 }
96 }); 96 });
97 -} else { 97 +} else if (defaultArea) {
98 syncRefundMode(defaultArea); 98 syncRefundMode(defaultArea);
99 } 99 }
100 100