提交 77dad863 authored 作者: 王天霸's avatar 王天霸

123

上级 4dd7f8e6
...@@ -451,8 +451,14 @@ ...@@ -451,8 +451,14 @@
this.payForm.money = this.getFixed(this.cate_bond - this.bond) this.payForm.money = this.getFixed(this.cate_bond - this.bond)
// 是否需要缴纳保证金 0关闭 1打开 // 是否需要缴纳保证金 0关闭 1打开
if (res.data.is_take_bond == 1) { // if (res.data.is_take_bond == 1) {
// this.isPay = true
// } else {
// this.isPay = false
// }
// 是否缴纳保证金 0未缴纳 大于0已缴纳
if (res.data.bond > 0) {
this.isPay = true this.isPay = true
} else { } else {
this.isPay = false this.isPay = false
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论