fix: 修复bug
parent
14d89110a4
commit
e760a69ff9
|
@ -221,7 +221,7 @@
|
|||
},
|
||||
// 是否扫物业二维码
|
||||
isProperty() {
|
||||
const is_property = this.$route.query.isProperty || false
|
||||
const is_property = this.$route.query.isProperty || '0'
|
||||
console.log('is_property', is_property)
|
||||
if(parseInt(is_property) === 1){
|
||||
this.$store.commit("SET_IS_PROPERTY", !!is_property)
|
||||
|
|
Loading…
Reference in New Issue