Commit 183cc6af authored by linxin's avatar linxin

fixed

parent ef982f8b
...@@ -282,7 +282,7 @@ export default { ...@@ -282,7 +282,7 @@ export default {
} }
}, },
changePay () { changePay () {
if (window.sessionStorage.getItem('bp_id') !== 'undefined') { if (window.localStorage.getItem('bp_id') !== 'undefined') {
this.$router.push({ this.$router.push({
name: 'FirstPay', name: 'FirstPay',
}) })
...@@ -291,7 +291,7 @@ export default { ...@@ -291,7 +291,7 @@ export default {
} }
}, },
changeRent () { changeRent () {
if (window.sessionStorage.getItem('bp_id') !== 'undefined') { if (window.localStorage.getItem('bp_id') !== 'undefined') {
this.$router.push({ this.$router.push({
name: 'NewList', name: 'NewList',
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment