shish 3 лет назад
Родитель
Сommit
2d8aac05da
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      ghsApp/src/admin/item/components/item.vue

+ 2 - 0
ghsApp/src/admin/item/components/item.vue

@@ -16,6 +16,8 @@
 		</view>
 		<view class="cmd-info_bx active" @click="pageTo({url: '/admin/item/detail',query: {id: info.id}})">
 			<view class="tit">
+				<text style="font-size:22upx;border:1upx solid #3385ff;color:white;background-color:#3385ff;margin-right:5upx;padding-left:5upx;padding-right:5upx;" 
+				v-if="info.frontHide && info.frontHide == 1">隐</text>
 				<text style="font-size:22upx;border:1upx solid #3385ff;color:white;background-color:#3385ff;margin-right:5upx;padding-left:5upx;padding-right:5upx;" 
 				v-if="info.presell == 1">预售</text>
 				{{ info.name }}