工作台代码提交

This commit is contained in:
2025-11-09 17:33:32 +08:00
parent 0d38e006e1
commit 639f92540f
27 changed files with 1257 additions and 27 deletions

View File

@@ -20,7 +20,17 @@ Page({
* 生命周期函数--监听页面加载
*/
onLoad(options) {
console.log("options", options)
const { park, parkName, name, id } = options
this.setData({
park,
parkName,
tenementName: name,
tenement: id
})
if (id) {
this.getTenementInfo();
}
},
onParkFocus(e) {
this.setData({