This commit is contained in:
2023-09-15 17:14:36 +08:00
parent 0dcf23bfde
commit a626d36591
22 changed files with 383 additions and 206 deletions

View File

@@ -84,5 +84,17 @@ Page({
url: '/pages/mall/details/details?id=' + id,
})
}
}
},
/**
* 拨打电话
*/
toCall(){
wx.makePhoneCall({
phoneNumber: this.data.userData.parent.username,
success: res=> {
console.log()
}
})
},
})