[FIX]代码恢复

This commit is contained in:
zhouna
2019-12-27 12:36:56 +08:00
parent 8aa5cee841
commit b5770cc0f1

View File

@@ -293,7 +293,7 @@ export default {
window.localStorage.setItem('orderNo', this.$route.query.orderNo)
window.localStorage.setItem('relationToAppnt', this.$route.query.relationToAppnt)
window.localStorage.setItem('productCode', this.$route.query.productCode)
if (this.$route.query.changeCard) {
if (this.$route.query.changeCard && this.$route.query.changeCard != 'undefined') {
localStorage.setItem('changeCard', true)
}
if (this.$route.query.signInvalid) {