@@ -29,7 +29,7 @@
export default {
data(){
return {
- homestayId:this.$store.state.moduleHouse.homestayId,
+ homestayId:uni.getStorageSync('homestayId')||0,
roomType:[]
}
},