收藏
回答

addPhoneContact 小程序导入通讯录在安卓设备中导入成功失败都返回 一样的结果?

 wx.addPhoneContact({

                          firstName: item.name,//联系人姓名

                          mobilePhoneNumber: item.tel, //联系人手机号

                     

                  success: function() {

                  uni.showToast({

                  title: '添加成功',

                  icon: 'success',

                  duration: 2000

                  })

                  miniIfImport(item.id).then(exp => {

                  console.log(exp, '导出通讯录')

                  ok()

                  })

                  },

                  fail: function(e) {

                  uni.showToast({

                  title: '添加失败',

                  icon: 'success',

                  duration: 2000

                  })

                 

                  }

                      })

回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容