dever 3 سال پیش
والد
کامیت
f69fd3f15f
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      main/template/pc/agreement.php
  2. 1 1
      main/template/pc/help_view.php

+ 1 - 1
main/template/pc/agreement.php

@@ -14,7 +14,7 @@ $view
 # 定义名称
 ->fetch('body@t', '1')  
 
-->fetch('.tit', 'main/view.page#name') 
+->fetch('.tit h2', 'main/view.page#name') 
 ->fetch(array('.main section', 1), 'main/view.page#content') 
 
 ->fetch(array('script@src', 1),     Dever::assets('global.js'))

+ 1 - 1
main/template/pc/help_view.php

@@ -14,7 +14,7 @@ $view
 # 定义名称
 ->fetch('body@t', '1')  
 
-->fetch('.tit', 'main/api.help_view#name') 
+->fetch('.tit h2', 'main/api.help_view#name') 
 ->fetch(array('.main section', 1), 'main/api.help_view#content') 
 
 ->fetch(array('script@src', 1),     Dever::assets('global.js'))