提交 7a1759de authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 416dffe9
...@@ -45,7 +45,7 @@ export default { ...@@ -45,7 +45,7 @@ export default {
// 支付成功 // 支付成功
paySuccess() { paySuccess() {
return !!this.paymentRecords.find(item => { return !!this.paymentRecords.find(item => {
return item.bill_type === 'APPLICATION_FEE' && item.payment_status === 'SUCCESS' return item.bill_type === 'TUITION' && item.payment_status === 'SUCCESS'
}) })
} }
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论