Browse Source

删除

newStyle
风继续吹 1 year ago
parent
commit
4f67f83804
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      App.vue

+ 2
- 2
App.vue View File

@@ -39,9 +39,9 @@
'weapp_session_login_data').token
},
data: {
houseId: data.houseId || uni.getStorageSync(
houseId: uni.getStorageSync(
'buildingID').id,
houseName: data.houseName || uni.getStorageSync(
houseName: uni.getStorageSync(
'buildingID').name,
recordId: id
},


Loading…
Cancel
Save