Browse Source

sunguidong

zhangguidong 2 years ago
parent
commit
a1aa858a28
1 changed files with 5 additions and 5 deletions
  1. 5 5
      app/shop/view/goods/edit_goods.html

+ 5 - 5
app/shop/view/goods/edit_goods.html

@@ -326,7 +326,7 @@
 							<label class="layui-form-label"><span class="required">*</span>是否上架:</label>
 							<div class="layui-input-block">
 								<input type="radio" name="goods_state" value="1" title="立刻上架"  {if $goods_info['goods_state'] == 1 }checked{/if}>
-								<input type="radio" name="goods_state" value="0" title="放入仓库" {if $goods_info['goods_state'] == 0 }checked{/if}>
+<!--								<input type="radio" name="goods_state" value="0" title="放入仓库" {if $goods_info['goods_state'] == 0 }checked{/if}>-->
 							</div>
 						</div>
 					</div>
@@ -473,10 +473,10 @@
 			<ul></ul>
 		</div>
 		
-		<div class="item" data-level="3">
-			<!--后续做搜索-->
-			<ul></ul>
-		</div>
+<!--		<div class="item" data-level="3">-->
+<!--			&lt;!&ndash;后续做搜索&ndash;&gt;-->
+<!--			<ul></ul>-->
+<!--		</div>-->
 	
 	</div>