Commit 7959047d authored by 肖健's avatar 肖健

拨打电话

parent 570d559a
......@@ -146,7 +146,7 @@ export default {
selectClick(index){
if(index.name == "呼叫"){
uni.makePhoneCall({
honeNumber: this.noticeResult.secretPhone
phoneNumber: this.noticeResult.secretPhone
});
}else if(index.name == "取消"){
this.show = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment