mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 23:02:52 +08:00
[FIX]代码恢复
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user