修改手动绑定结构,,调整用户最新信息
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user