Commit ff288d3d by 冷斌

add

parent 6ecd39cb
...@@ -28,6 +28,8 @@ class WelfareController extends AdminbaseController ...@@ -28,6 +28,8 @@ class WelfareController extends AdminbaseController
function savePrice() function savePrice()
{ {
if(IS_POST){
echo 1;die;
$price=I('price'); $price=I('price');
if ($price > 0) { if ($price > 0) {
$jackpot=M("welfare_rate"); $jackpot=M("welfare_rate");
...@@ -51,6 +53,7 @@ class WelfareController extends AdminbaseController ...@@ -51,6 +53,7 @@ class WelfareController extends AdminbaseController
} }
} }
} }
}
function index(){ function index(){
......
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