小程序
小游戏
企业微信
微信支付
扫描小程序码分享
1 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
提供一下出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
oppor9 7.0.3
小米note5 7.0.3
wx.addPhoneContact({
photoFilePath: that.data.res.photo,
firstName: that.data.name,
mobilePhoneNumber: that.data.mobile,
success: function(res) {
console.log('1034',res)
if (res.errMsg == 'addPhoneContact:ok') {
var info = {
user_id: that.data.user_id,
card_id: that.data.card_id,
readuser_id: that.data.readuser_id,
readcard_id: that.data.readcard_id,
porductid: null,
productstaytime: time,
status: 7, //保存名片
}
util.Conduct_statistical(info) //util.js中
that.setData({
bccs: that.data.bccs * 1 + 1
})
},
fail:function(res){
console.log('1052',res)
https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html,按照这个提供下
找到问题了,是name没获取到谢谢了
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
提供一下出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
oppor9 7.0.3
小米note5 7.0.3
wx.addPhoneContact({
photoFilePath: that.data.res.photo,
firstName: that.data.name,
mobilePhoneNumber: that.data.mobile,
success: function(res) {
console.log('1034',res)
if (res.errMsg == 'addPhoneContact:ok') {
var info = {
user_id: that.data.user_id,
card_id: that.data.card_id,
readuser_id: that.data.readuser_id,
readcard_id: that.data.readcard_id,
porductid: null,
productstaytime: time,
status: 7, //保存名片
}
util.Conduct_statistical(info) //util.js中
that.setData({
bccs: that.data.bccs * 1 + 1
})
}
},
fail:function(res){
console.log('1052',res)
}
})
https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html,按照这个提供下
找到问题了,是name没获取到谢谢了