Просмотр исходного кода

修改店铺详情推荐部分的样式

huxz 8 лет назад
Родитель
Сommit
7ade5599a6

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

@@ -309,17 +309,17 @@
 		</div>
 	</div>
 	<!--推荐相关内容 -->
-	<div class="recommend" ng-if="store.status === 'OPENED'">
-		<div class="recommend-list hot-icon">推荐成为:
-			<!--<label>
+	<div class="recommend">
+		<div class="recommend-list hot-icon" ng-if="store.status === 'OPENED'">推荐成为:
+			<label>
 				<i class="hot"></i>热销
-				<input type="checkbox" id="hot" ng-checked="store.tagsObject['SALES_LIST']" ng-click="tagStoreWithTag(store, 'SALES_LIST')">
+				<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>
+			<label><i class="new"></i>新入驻
 				<input type="checkbox" id="new">
 				<label for="new"></label>
-			</label>-->
+			</label>
 			<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>