Commit 7a3048af authored by 李晓兵's avatar 李晓兵

Merge branch 'develop' of https://hel.hand-china.com/xugong/hls-xcmg-vue-app into develop

parents 5719024a b4ae6e0b
Pipeline #4414 canceled with stages
......@@ -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