Преглед изворни кода

卖家中心-->我的店铺-->产品推荐-->编辑-->点击上传,弹出的模态框中,输入型号进行搜索,加入键盘enter交互机制

hangb пре 8 година
родитељ
комит
63a6a83827

+ 1 - 1
src/main/webapp/resources/view/vendor/modal/recommend_product_modal.html

@@ -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>