修改手动绑定结构,,调整用户最新信息

This commit is contained in:
2024-03-29 10:02:14 +08:00
parent c9abd2cfa0
commit 567133455c
11 changed files with 64 additions and 13 deletions

View File

@@ -47,6 +47,12 @@ Page({
tenementName: data.name
})
},
callPhone(e) {
const { phone } = e.currentTarget.dataset;
wx.makePhoneCall({
phoneNumber: phone,
})
},
handleSubmit() {
const { park, tenement, name, phone } = this.data;
if (!park) {