充值金额微调

This commit is contained in:
唐明明
2022-06-12 09:40:57 +08:00
157 changed files with 60442 additions and 443 deletions

View File

@@ -82,6 +82,13 @@ const submitTransfer = data => {
})
}
// dt积分
const integral = () => {
return request({
url: 'user/account/glf'
})
}
export {
dt,
recharge,
@@ -91,5 +98,6 @@ export {
transfer,
setpassword,
getSms,
submitTransfer
submitTransfer,
integral
}

View File

@@ -30,23 +30,17 @@ const payInfo = (orderId) => {
}
// 会员开通协议
const agreement = () => {
const agreement = (id) => {
return request({
url: 'cms/pages/1'
url: 'cms/pages/'+id
})
}
// 成长体系
const growth = () => {
return request({
url: 'cms/pages/2'
})
}
export {
vip,
vipPay,
payInfo,
agreement,
growth
}