|
|
@@ -297,7 +297,7 @@ input[type="number"] {
|
|
|
<div class="menu">
|
|
|
<div class="fl">请选择要推荐的产品<em ng-if="isBatch">({{countOfProduct}}/10)</em></div>
|
|
|
<div class="fr">
|
|
|
- <span><input type="text" class="form-control search" placeholder="类目/型号/品牌" ng-model="keyword"></span>
|
|
|
+ <span><input type="search" class="form-control search" placeholder="类目/型号/品牌" ng-model="keyword" ng-search="searchProduct()"></span>
|
|
|
<span>价格:</span>
|
|
|
<span><input type="text" class="form-control" ng-model="minPrice" min="0" ng-blur="checkPrice('MIN_PRICE')" ng-class="{'error-message': showMinPriceMessage}"></span>
|
|
|
<span>-</span>
|