getData(){
new Promise((resolve, reject) => {
$.ajax({
url:`${ctx}fundScreen/amountFund`,
type:'Post',
success:function(res){
resolve(res)
},
error:reject
})
}).then(res=>{
console.log(res,"77777777777777777777777777777777")
})
},
new Promise 发送请求 ajax请求
最新推荐文章于 2025-05-11 17:31:58 发布