Commit 4f7bc4cf by 冷斌

支付宝

parent f1eada3d
......@@ -2021,7 +2021,7 @@ function sp_delete_physics_img($imglist){
function getLevelAnchor($experience){
$levelid=1;
$level=getLevelAnchorList();
echo 1; die;
foreach($level as $k=>$v){
if( $v['level_up']>=$experience){
$levelid=$v['levelid'];
......
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