Browse Source

隐藏新入驻的推荐标签

huxz 8 years ago
parent
commit
e92904cb95

+ 1 - 1
src/main/webapp/resources/view/admin/store/fragments/enterprise_info.html

@@ -309,7 +309,7 @@
 				<input type="checkbox" id="hot" ng-checked="store.tagsObject['SALES_LIST']" ng-click="tagStoreWithTag(store, 'SALES_LIST')">
 				<label for="hot"></label>
 			</label>
-			<label><i class="new"></i>优秀供应商
+			<label><i class="new-apply"></i>优秀供应商
 				<input type="checkbox" id="new-apply" ng-checked="store.tagsObject['EXCELLENCE_LIST']" ng-click="tagStoreWithTag(store, 'EXCELLENCE_LIST')">
 				<label for="new-apply"></label>
 			</label>