Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

孙龙 / note-library

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit 044f85ab authored 5 years ago by 肖康's avatar 肖康
Browse files
Options
  • _('Browse Files')
  • Download
  • Plain Diff

Merge branch 'master' of http://119.23.72.7/sunlong_v5/note-library

parents 9bbd3d97 30e1e1d6
Hide whitespace changes
Inline Side-by-side
Showing with 7 additions and 1 deletions
  • app/Http/Controllers/AjaxController.php
app/Http/Controllers/AjaxController.php
View file @ 044f85ab
......@@ -166,7 +166,7 @@ Class AjaxController extends Controller
*/
public function add_template($request){
$template_name = $request->input("designName",'');
$html = $request->input("html",'');
$html = $request->input("htmlp",'');
$lableBg = $request->input("lableBg",'');
$lableBorder = $request->input("lableBorder",'');
$lableSize = $request->input("lableSize",'');
......@@ -223,7 +223,13 @@ Class AjaxController extends Controller
}
}
/**
* 编辑模板 获取模板详情
*/
public function getTemplateDetail(){
}
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment