Merge branch 'zhouna' into dev_1220

This commit is contained in:
zhouna
2019-12-27 11:42:44 +08:00

View File

@@ -293,8 +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)
this.$toast(this.$route.query.changeCard,'haahaha')
if (this.$route.query.changeCard && this.$route.query.changeCard != 'undefined') {
if (this.$route.query.changeCard) {
localStorage.setItem('changeCard', true)
}
if (this.$route.query.signInvalid) {