mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 12:32:53 +08:00
【IMP】修改告知
This commit is contained in:
@@ -299,7 +299,7 @@ export default {
|
||||
cardBookType: '1',
|
||||
cardBookCode: that.bankId,
|
||||
isAutoPay: '0',
|
||||
isAutoRenewal: this.isAutoRenewal == '0' ? '1' : ''
|
||||
isAutoRenewal: this.isRenew == '0' ? '1' : ''
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -343,7 +343,7 @@ export default {
|
||||
cardBookType: '1',
|
||||
cardBookCode: that.bankId,
|
||||
isAutoPay: this.isAutoPay == '0' ? '1' : '',
|
||||
isAutoRenewal: this.isAutoRenewal == '0' ? '1' : ''
|
||||
isAutoRenewal: this.isRenew == '0' ? '1' : ''
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user