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

拨打电话

parent 570d559a
...@@ -146,7 +146,7 @@ export default { ...@@ -146,7 +146,7 @@ export default {
selectClick(index){ selectClick(index){
if(index.name == "呼叫"){ if(index.name == "呼叫"){
uni.makePhoneCall({ uni.makePhoneCall({
honeNumber: this.noticeResult.secretPhone phoneNumber: this.noticeResult.secretPhone
}); });
}else if(index.name == "取消"){ }else if(index.name == "取消"){
this.show = false; 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