|
|
@@ -303,23 +303,19 @@
|
|
|
<!--推荐相关内容 -->
|
|
|
<div class="recommend" ng-if="store.status === 'OPENED'">
|
|
|
<div class="recommend-list hot-icon">推荐成为:
|
|
|
- <label>
|
|
|
+ <!--<label>
|
|
|
<i class="hot"></i>热销
|
|
|
<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-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>
|
|
|
+ </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">
|
|
|
+ <input type="checkbox" id="new-apply" ng-checked="store.tagsObject['EXCELLENCE_LIST']" ng-click="tagStoreWithTag(store, 'EXCELLENCE_LIST')">
|
|
|
<label for="new-apply"></label>
|
|
|
- </label>-->
|
|
|
+ </label>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="back-store"><a ng-href="{{'store/' + storeUuid}}" target="_blank"><button>前往店铺</button></a></div>
|