2019-11-4 1
$User = M("User"); //更新值 增加UI的 金币 + 1 $User->update_int($id,'gold','+',1); //更新值 金币 - 2 $User->update_int($id,'gold','-',2);
加载更多