Commit 81898eab authored by 李晓兵's avatar 李晓兵

'10-25打包'

parent fcfeab62
...@@ -306,9 +306,9 @@ export default { ...@@ -306,9 +306,9 @@ export default {
// } // }
if (res.info.bank_full_name === '') { if (res.info.bank_full_name === '') {
console.log(typeof res.info.bank_full_name) console.log(typeof res.info.bank_full_name)
vm.bank_flag = true
} else {
vm.bank_flag = false vm.bank_flag = false
} else {
vm.bank_flag = true
} }
// vm.bank_lists = [res.info] // vm.bank_lists = [res.info]
// console.log(vm.bank_lists[0]) // console.log(vm.bank_lists[0])
......
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