Commit ae34d208 authored by 张俊's avatar 张俊

修改类型

parent f84cce1b
...@@ -179,7 +179,7 @@ export default { ...@@ -179,7 +179,7 @@ export default {
.post( .post(
`/apaas/backmgt/user/recharge`,{ `/apaas/backmgt/user/recharge`,{
"user_id":this.user_info1.user_id, "user_id":this.user_info1.user_id,
     "num":parseInt(this.money_num)      "num":this.money_num+''
} }
).then((res)=>{ ).then((res)=>{
if(res.data.success){ if(res.data.success){
......
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