Commit df44438f by doszhang

dos

parent d7c91170
......@@ -19,11 +19,9 @@ class IndexController extends Controller
public function index()
{
if($_GET['pd']=="123412341234ffff") {
M('join_num')->where('id=1')->setInc('num');
$joinNum = M('join_num')->where('id=1')->find();
$this->assign('join_num',$joinNum['num']);
$this->display();
}
}
}
\ No newline at end of file
......@@ -106,6 +106,10 @@ body {
-webkit-animation: cloud 5s linear infinite;
}
/* .block {
animation:
} */
.page1 .light {
animation: point 2s linear infinite;
-webkit-animation: point 2s linear infinite;
......
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