4db1e873 by Zelig

计算的还款方式

1 parent eef363fb
......@@ -39,9 +39,7 @@
</div>
<div class="form-group col-sm-3 col-md-2">
<label>还款方式</label>
<input type="text" class="form-control input-text" readonly
value="<?= $this->session->products[0] ? $this->session->products[0]->repaymentMode : ''; ?>"
id="repaymentMode">
<input type="text" class="form-control input-text" readonly id="repaymentMode" :value="product.repaymentMode">
</div>
</div>
</div>
......@@ -127,7 +125,7 @@
layer.alert('不能超过最大值' + this.product.loanLimit);
this.borrowAmount = this.product.loanLimit;
}
}
},
}
});
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!