| xqd
@@ -28,7 +28,7 @@
|
|
|
<form name="form_product" id="form-validation" action=""
|
|
|
class="form-horizontal form-validation" accept-charset="UTF-8" method="post">
|
|
|
|
|
|
- @if(session('app') == 'furniture')
|
|
|
+
|
|
|
<div class="form-group">
|
|
|
|
|
|
<label class="control-label col-sm-3">电子画报名称</label>
|
| xqd
@@ -201,10 +201,10 @@
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
- @endif
|
|
|
|
|
|
|
|
|
- @if(session('app') == 'album')
|
|
|
+
|
|
|
+ <hr/>
|
|
|
<div class="form-group">
|
|
|
|
|
|
<label class="control-label col-sm-3">小游戏appID</label>
|
| xqd
@@ -258,7 +258,6 @@
|
|
|
|
|
|
<input type="hidden" name="lon" id="lon" value="{{$data['lon'] or ''}}">
|
|
|
<input type="hidden" name="lat" id="lat" value="{{$data['lat'] or ''}}">
|
|
|
- @endif
|
|
|
|
|
|
|
|
|
<div class="form-group">
|