Commit 001d30d0 authored by fwz's avatar fwz

Merge remote-tracking branch 'origin/dev_cd' into dev_cd

parents 6ac7dd74 7959047d
...@@ -148,7 +148,7 @@ export default { ...@@ -148,7 +148,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