mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-18 09:46:44 +08:00
Merge branch 'dev_pw' into dev
This commit is contained in:
@@ -276,7 +276,7 @@ export default {
|
|||||||
cardBookType: '1',
|
cardBookType: '1',
|
||||||
cardBookCode: that.bankId,
|
cardBookCode: that.bankId,
|
||||||
isAutoPay: '0',
|
isAutoPay: '0',
|
||||||
isAutoRenewal: this.isRenew ? '1' : ''
|
isAutoRenewal: this.isRenew == '0' ? '1' : ''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -297,7 +297,7 @@ export default {
|
|||||||
bankCode: that.bankCode,
|
bankCode: that.bankCode,
|
||||||
cardBookType: '1',
|
cardBookType: '1',
|
||||||
cardBookCode: that.bankId,
|
cardBookCode: that.bankId,
|
||||||
isAutoPay: this.isAutoPay ? '1' : '',
|
isAutoPay: this.isAutoPay == '0' ? '1' : '',
|
||||||
isAutoRenewal: '0'
|
isAutoRenewal: '0'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -317,8 +317,8 @@ export default {
|
|||||||
bankCode: that.bankCode,
|
bankCode: that.bankCode,
|
||||||
cardBookType: '1',
|
cardBookType: '1',
|
||||||
cardBookCode: that.bankId,
|
cardBookCode: that.bankId,
|
||||||
isAutoPay: this.isAutoPay ? '1' : '',
|
isAutoPay: this.isAutoPay == '0' ? '1' : '',
|
||||||
isAutoRenewal: this.isRenew ? '1' : ''
|
isAutoRenewal: this.isRenew == '0' ? '1' : ''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user