Commit 3b12ca06 authored by linxin's avatar linxin

add保证金支付

parent 640e7153
......@@ -92,7 +92,7 @@ export default {
vm.hlsHttp.post(url, param).then(function (res) {
vm.hlsPopup.hideLoading()
if (res.result === 'S') {
this.$router.push({
vm.$router.push({
name: 'MarginPayEntry',
params: {
order_id: res.order_id,
......
......@@ -230,6 +230,7 @@ export default {
vm.showOutside = false
vm.downNum = false
vm.name = from.name
vm.money = vm.$route.params.money
vm.getType()
vm.nongBank = []
vm.getPayType()
......@@ -237,7 +238,7 @@ export default {
},
activated () {
this.money = this.$route.params.money
// this.money = this.$route.params.money
},
methods: {
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