Commit c219825b authored by hujun's avatar hujun

标签页面

parent 3656bccb
...@@ -44,7 +44,7 @@ class Label extends Basic ...@@ -44,7 +44,7 @@ class Label extends Basic
$return = $this->response($result['code'], $result['msg'], $result['data']); $return = $this->response($result['code'], $result['msg'], $result['data']);
} else { } else {
//商铺添加页面 //标签页面
$return = view('index'); $return = view('index');
} }
return $return; return $return;
......
{layout name="global/frame_tpl" /}
<body>
3453
</body>
</html>
\ No newline at end of file
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 to comment