[最新]
This commit is contained in:
@@ -84,5 +84,17 @@ Page({
|
||||
url: '/pages/mall/details/details?id=' + id,
|
||||
})
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
* 拨打电话
|
||||
*/
|
||||
toCall(){
|
||||
wx.makePhoneCall({
|
||||
phoneNumber: this.data.userData.parent.username,
|
||||
success: res=> {
|
||||
console.log()
|
||||
}
|
||||
})
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user