[开通节点模块样式调整及底部按钮状态处理及申请状态处理及支未完付]

This commit is contained in:
2021-10-13 16:31:58 +08:00
parent 3bfa9a7e20
commit 50fb945707
5 changed files with 219 additions and 97 deletions

View File

@@ -49,6 +49,15 @@ const vipVoucher = (data) =>{
})
}
// 编辑凭证
const vipVoucherUpdate = (id,data) =>{
return request({
url : 'user/voucher/'+id+'/update',
method : 'POST',
data : data
})
}
// 用户协议
const userAgree = (apiUrl) => {
return request({
@@ -62,5 +71,6 @@ export {
vipWechatPay,
vipCont,
vipVoucher,
userAgree
userAgree,
vipVoucherUpdate
}