Commit 183cc6af authored by linxin's avatar linxin

fixed

parent ef982f8b
......@@ -282,7 +282,7 @@ export default {
}
},
changePay () {
if (window.sessionStorage.getItem('bp_id') !== 'undefined') {
if (window.localStorage.getItem('bp_id') !== 'undefined') {
this.$router.push({
name: 'FirstPay',
})
......@@ -291,7 +291,7 @@ export default {
}
},
changeRent () {
if (window.sessionStorage.getItem('bp_id') !== 'undefined') {
if (window.localStorage.getItem('bp_id') !== 'undefined') {
this.$router.push({
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