wesley 6 éve
szülő
commit
f4f7136da3
2 módosított fájl, 4 hozzáadás és 5 törlés
  1. 1 1
      readme.md
  2. 3 4
      resources/views/admin/album/manufacturer/edit.blade.php

+ 1 - 1
readme.md

xqd
@@ -2,7 +2,7 @@
 ## 安装
 
 - git clone 到本地
-- 执行 `composer install`,`npm install`创建好数据库
+- 执行 `cd `,`npm install`创建好数据库
 - 配置 **.env** 中数据库连接信息,没有.env请复制.env.example命名为.env
 - 执行 `php artisan key:generate`
 - 执行 `php artisan migrate`

+ 3 - 4
resources/views/admin/album/manufacturer/edit.blade.php

xqd xqd 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>
@@ -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>
@@ -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">