Commit 1827ff70 by 冷斌

`试卷`

parent 1052cc79
...@@ -74,6 +74,7 @@ class UserAction extends CommonAction ...@@ -74,6 +74,7 @@ class UserAction extends CommonAction
public function index() public function index()
{ {
echo 1; die;
$uid = $this->mid; $uid = $this->mid;
$limit = 3; $limit = 3;
//拼接两个表名 //拼接两个表名
......
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
data: function() { data: function() {
return { return {
value: "", value: "",
min: 100, min: 1,
max: "{$balance}", max: "{$balance}",
} }
}, },
......
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