W3Cschool
恭喜您成為首批注冊(cè)用戶
獲得88經(jīng)驗(yàn)值獎(jiǎng)勵(lì)
圖片示例: 左側(cè)為百度 APP 未登錄用戶授權(quán)登錄流程;右側(cè)為百度 APP 已登錄用戶授權(quán)登錄流程
代碼示例
<view class="wrap">
<view class="card-area">
<button open-type="getPhoneNumber" type="primary" bindgetphonenumber="getphonenumber">
聯(lián)合登錄/手機(jī)號(hào)授權(quán)組件
</button>
</view>
</view>
Page({
getphonenumber(e) {
if (e.detail.encryptedData) {
swan.showModal({
title: '獲取成功',
content: JSON.stringify(e)
});
}
else {
swan.showModal({
title: '獲取失敗',
content: JSON.stringify(e)
});
}
}
});
{
"detail": {
"encryptedData": "ZOrJtrJ4eWkDOciQmyXPfqJhcF4t+SJsLYuIWufKt+/aBsXjKH/3iv7GafIE5DqqfEQjor4=",
"errMsg": "getPhoneNumber:ok",
"iv": "ce93b68c8ae71460706f8w=="
}
}
Copyright©2021 w3cschool編程獅|閩ICP備15016281號(hào)-3|閩公網(wǎng)安備35020302033924號(hào)
違法和不良信息舉報(bào)電話:173-0602-2364|舉報(bào)郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號(hào)
聯(lián)系方式:
更多建議: