...
|
...
|
@@ -476,9 +476,9 @@ AsideSlider.prototype._bindAsideSlider = function($initialator, $slider) { |
|
|
if (typeof isShow === 'string') {
|
|
|
isShow = isShow === 'true' ? true : false;
|
|
|
}
|
|
|
$('input').blur();
|
|
|
if (isShow) {
|
|
|
this.isFirst=true;
|
|
|
$('input').blur();
|
|
|
this.asideSlideIn($slider);
|
|
|
} else {
|
|
|
tip.show('请先选择省份');
|
...
|
...
|
|