Commit 279f6a6d authored by linxin's avatar linxin

Merge branch 'liuxin' into develop

parents 76e40622 183cc6af
Pipeline #3752 canceled with stages
......@@ -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