|
@@ -120,11 +120,11 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="form-group">
|
|
<div class="form-group">
|
|
- <label class="control-label col-sm-3">是否促销</label>
|
|
|
|
|
|
+ <label class="control-label col-sm-3">是否促销新品</label>
|
|
|
|
|
|
<div class="col-sm-9">
|
|
<div class="col-sm-9">
|
|
- @if(dict()->get('global','bool') != null)
|
|
|
|
- @foreach(dict()->get('global','bool') as $key=>$val)
|
|
|
|
|
|
+ @if(dict()->get('album','new') != null)
|
|
|
|
+ @foreach(dict()->get('album','new') as $key=>$val)
|
|
<label class="radio-inline">
|
|
<label class="radio-inline">
|
|
<input type="radio" name="data[hot_cake]" value="{{$key}}" @if(isset($data['hot_cake']) && $data['hot_cake'] == $key)checked="checked" @endif/>{{$val}}
|
|
<input type="radio" name="data[hot_cake]" value="{{$key}}" @if(isset($data['hot_cake']) && $data['hot_cake'] == $key)checked="checked" @endif/>{{$val}}
|
|
</label>
|
|
</label>
|
|
@@ -136,26 +136,7 @@
|
|
@endif
|
|
@endif
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- </div>
|
|
|
|
- <div class="form-group">
|
|
|
|
-
|
|
|
|
- <label class="control-label col-sm-3">最新上市</label>
|
|
|
|
-
|
|
|
|
- <div class="col-sm-9">
|
|
|
|
- @if(dict()->get('global','bool') != null)
|
|
|
|
- @foreach(dict()->get('global','bool') as $key=>$val)
|
|
|
|
- <label class="radio-inline">
|
|
|
|
- <input type="radio" name="data[news]" value="{{$key}}" @if(isset($data['news']) && $data['news'] == $key)checked="checked" @endif/>{{$val}}
|
|
|
|
- </label>
|
|
|
|
- @endforeach
|
|
|
|
- @else
|
|
|
|
- <label class="radio-inline">
|
|
|
|
- <input type="radio" name="data[news]">
|
|
|
|
- </label>
|
|
|
|
- @endif
|
|
|
|
- </div>
|
|
|
|
-
|
|
|
|
- </div>
|
|
|
|
|
|
+ </div>
|
|
<div class="form-group">
|
|
<div class="form-group">
|
|
<label class="control-label col-sm-3">产品详情</label>
|
|
<label class="control-label col-sm-3">产品详情</label>
|
|
<div class="col-sm-9">
|
|
<div class="col-sm-9">
|