Merge branch 'release/4.9.1.0'
Showing
3 changed files
with
3 additions
and
3 deletions
@@ -129,7 +129,7 @@ | @@ -129,7 +129,7 @@ | ||
129 | <div class="price"> | 129 | <div class="price"> |
130 | <span class="sale-price">¥{{round student_price}} <i class='s-biaoqian'></i></span> | 130 | <span class="sale-price">¥{{round student_price}} <i class='s-biaoqian'></i></span> |
131 | <p class="s-price-block"> | 131 | <p class="s-price-block"> |
132 | - <span class="market-price">¥{{round market_price}}</span> | 132 | + <span class="market-price">¥{{round sales_price}}</span> |
133 | </p> | 133 | </p> |
134 | </div> | 134 | </div> |
135 | </div> | 135 | </div> |
@@ -55,7 +55,7 @@ | @@ -55,7 +55,7 @@ | ||
55 | <div class="price"> | 55 | <div class="price"> |
56 | <span class="sale-price">¥{{round student_price}} <i class='s-biaoqian'></i></span> | 56 | <span class="sale-price">¥{{round student_price}} <i class='s-biaoqian'></i></span> |
57 | <p class="s-price-block"> | 57 | <p class="s-price-block"> |
58 | - <span class="market-price">¥{{round market_price}}</span> | 58 | + <span class="market-price">¥{{round sales_price}}</span> |
59 | </p> | 59 | </p> |
60 | </div> | 60 | </div> |
61 | </div> | 61 | </div> |
@@ -476,9 +476,9 @@ AsideSlider.prototype._bindAsideSlider = function($initialator, $slider) { | @@ -476,9 +476,9 @@ AsideSlider.prototype._bindAsideSlider = function($initialator, $slider) { | ||
476 | if (typeof isShow === 'string') { | 476 | if (typeof isShow === 'string') { |
477 | isShow = isShow === 'true' ? true : false; | 477 | isShow = isShow === 'true' ? true : false; |
478 | } | 478 | } |
479 | + $('input').blur(); | ||
479 | if (isShow) { | 480 | if (isShow) { |
480 | this.isFirst=true; | 481 | this.isFirst=true; |
481 | - $('input').blur(); | ||
482 | this.asideSlideIn($slider); | 482 | this.asideSlideIn($slider); |
483 | } else { | 483 | } else { |
484 | tip.show('请先选择省份'); | 484 | tip.show('请先选择省份'); |
-
Please register or login to post a comment