yukangzhe 3 năm trước cách đây
mục cha
commit
ed2252f682
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      pages/myself/myself.js

+ 4 - 1
pages/myself/myself.js

@@ -18,7 +18,10 @@ Page({
 
   callPhone(){
     wx.makePhoneCall({
-      phoneNumber: '13222222222'
+      phoneNumber: '13222222222',
+      fail(res){
+        console.log('取消拨打')
+      }
     })
   },