diff --git a/app/index/config/view.php b/app/index/config/view.php index cc081e7..edf0c67 100644 --- a/app/index/config/view.php +++ b/app/index/config/view.php @@ -10,15 +10,15 @@ if (file_exists(public_path("template/{$theme}"))){ } //检查是否切换模板 if(ismobile() == "wap" && file_exists(public_path("template/{$theme}/mobile"))) { - $mode = "mobile/"; + $mode = "mobile"; } else { - $mode = "pc/"; + $mode = "pc"; } return [ // 模板路径 'taglib_pre_load' => 'app\common\taglib\Zz', // 模板路径 - 'view_path' => './template/' .$theme.'/'.$mode, + 'view_path' => './template/' .$theme.'/'.$mode.'/', // 视图输出字符串内容替换 'tpl_replace_string' => [ '__STATIC__' => '/static', diff --git a/public/template/default/pc/article/detail.html b/public/template/default/pc/article/detail.html index fae4a9e..11f15d0 100644 --- a/public/template/default/pc/article/detail.html +++ b/public/template/default/pc/article/detail.html @@ -4,11 +4,7 @@ {$zzField['title']} - {:web_config("title")} - {include file="public/head" /} - - - - - @@ -179,27 +173,25 @@
+ {zz:prenext get="pre" cid="$zzField['category_id']"}
- oracle-EBS-采购单创建接收检验入库经历主要表(多图) + {$field['title']}
- < - <上一篇> - + <<上一篇>
+ {/zz:prenext}
-
+
+ {zz:prenext get="next" cid="$zzField['category_id']"}
-
- oracle-EBS-PL/sql AP GL总账付款凭证 -
+ {$field['title']}
下一篇>>
- + {/zz:prenext}
+ + +

共有0条评论

+
+ + + 沙发空余 +
+ diff --git a/public/template/default/pc/article/list_default.html b/public/template/default/pc/article/list_default.html index 837e635..a5e26b3 100644 --- a/public/template/default/pc/article/list_default.html +++ b/public/template/default/pc/article/list_default.html @@ -4,11 +4,7 @@ {$zzField['title']} - {:web_config("title")} - {include file="public/head" /} - - - - - @@ -315,208 +309,193 @@ 发表评论
-

+

+ + +

-
+
-
-
+
+ +
+
+
-
- + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
-
- -
+
+ +
+ +
+ +
- -
- - -

共有 0 条评论

- -
- 沙发空余
- - + + +

共有0条评论

+
+ + + 沙发空余 +
+ @@ -525,7 +504,7 @@
diff --git a/public/template/default/pc/index/index.html b/public/template/default/pc/index/index.html index 3b7521e..989793e 100644 --- a/public/template/default/pc/index/index.html +++ b/public/template/default/pc/index/index.html @@ -110,21 +110,21 @@
  • - +
    {notempty name="$field['tags']"}
    - {:cn_substr($field['tags'],20)} + {:cn_substr($field['tags'],20)}
    {/notempty}

    {if $field['is_top']==1}置顶{/if} - {:cn_substr($field['title'],20)} + {:cn_substr($field['title'],20)}

    {:cn_substr($field['content'],100)} diff --git a/待完成.txt b/待完成.txt index 9c66315..306cde6 100644 --- a/待完成.txt +++ b/待完成.txt @@ -12,8 +12,4 @@ 标签云没修复 -最新评论 - -广告没修复 - -句子没修复 \ No newline at end of file +文章相关内容没修复 \ No newline at end of file