Commit 6716310c authored by 786817560's avatar 786817560

Merge branch 'ren' into develop

parents b5e42989 3d6b1cda
<!--
* @Author: your name
* @Date: 2019-09-29 10:02:11
* @LastEditTime: 2019-10-25 17:47:29
* @LastEditTime: 2019-10-28 10:07:05
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
-->
......@@ -288,6 +288,7 @@ export default {
// 银行卡查询
bankCardQuery () {
debugger
let vm = this
let url = $config.basePath + 'con_bank_query'
let param = {
......@@ -305,7 +306,9 @@ export default {
// vm.bank_flag = true
// }
// }
if (res.info.bank_full_name === '') {
// console.log(typeof res.info.bank_full_name)
console.log(!res.info.bank_full_name)
if (res.info.bank_full_name === ' ') {
console.log(typeof res.info.bank_full_name)
vm.bank_flag = false
} else {
......
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