|
|
@ -114,7 +114,7 @@ class Document extends BaseModel
|
||||||
if ($data['is_hot']) $data['is_hot'] = 1;
|
if ($data['is_hot']) $data['is_hot'] = 1;
|
||||||
if ($data['display']) $data['display'] = 1;
|
if ($data['display']) $data['display'] = 1;
|
||||||
if ($data['is_top']) $data['is_top'] = 1;
|
if ($data['is_top']) $data['is_top'] = 1;
|
||||||
if ($data['is_jump']) $data['is_jump'] = 1;
|
if (!empty($data['is_jump'])) $data['is_jump'] = 1;
|
||||||
//判断是否主键冲突
|
//判断是否主键冲突
|
||||||
$info = $this->where("alias", $data['alias'])->find();
|
$info = $this->where("alias", $data['alias'])->find();
|
||||||
if ($info && (!empty($data['id']) && $info->id != $data['id'])) {
|
if ($info && (!empty($data['id']) && $info->id != $data['id'])) {
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 66 KiB |
|
Before Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 188 KiB |
|
Before Width: | Height: | Size: 257 KiB After Width: | Height: | Size: 257 KiB |
|
|
@ -269,6 +269,7 @@
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
{include file="public/footer" /}
|
{include file="public/footer" /}
|
||||||
|
<script>set.is_home == 1</script>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@
|
||||||
var set = {
|
var set = {
|
||||||
"is_single": "",
|
"is_single": "",
|
||||||
"is_page": "",
|
"is_page": "",
|
||||||
"is_home": "1",
|
"is_home": "0",
|
||||||
"ajaxurl": "{:url('/index/index/index')}",
|
"ajaxurl": "{:url('/index/index/index')}",
|
||||||
"logourl": "{:web_config('logo')}",
|
"logourl": "{:web_config('logo')}",
|
||||||
"imgurl": "__IMG__/",
|
"imgurl": "__IMG__/",
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 181 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 174 KiB |
|
Before Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 124 KiB |
|
Before Width: | Height: | Size: 1.6 MiB |
|
Before Width: | Height: | Size: 1.8 MiB |
|
Before Width: | Height: | Size: 174 KiB |
|
Before Width: | Height: | Size: 181 KiB |