Commit 3b12ca06 authored by linxin's avatar linxin

add保证金支付

parent 640e7153
...@@ -92,7 +92,7 @@ export default { ...@@ -92,7 +92,7 @@ export default {
vm.hlsHttp.post(url, param).then(function (res) { vm.hlsHttp.post(url, param).then(function (res) {
vm.hlsPopup.hideLoading() vm.hlsPopup.hideLoading()
if (res.result === 'S') { if (res.result === 'S') {
this.$router.push({ vm.$router.push({
name: 'MarginPayEntry', name: 'MarginPayEntry',
params: { params: {
order_id: res.order_id, order_id: res.order_id,
......
...@@ -230,6 +230,7 @@ export default { ...@@ -230,6 +230,7 @@ export default {
vm.showOutside = false vm.showOutside = false
vm.downNum = false vm.downNum = false
vm.name = from.name vm.name = from.name
vm.money = vm.$route.params.money
vm.getType() vm.getType()
vm.nongBank = [] vm.nongBank = []
vm.getPayType() vm.getPayType()
...@@ -237,7 +238,7 @@ export default { ...@@ -237,7 +238,7 @@ export default {
}, },
activated () { activated () {
this.money = this.$route.params.money // this.money = this.$route.params.money
}, },
methods: { methods: {
selectPayType (e) { selectPayType (e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment