最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

黑馬程序員前端微信小程序開發(fā)教程,微信小程序從基礎到發(fā)布全流程_企業(yè)級商城實戰(zhàn)(

2023-07-29 16:49 作者:Mus木芒果  | 我要投稿

...mapMutations("m_user", ["updateUserInfo","updateToken"]),

getUserProfile() {

uni.getUserProfile({

desc: '請求授權', // 聲明獲取用戶個人信息后的用途,后續(xù)會展示在彈窗中,請謹慎填寫

success: (res) => {

console.log(res)

// 這部分是更新用戶信息的

this.updateUserInfo(res.userInfo)

//獲取token

this.getToken(res)

},

fail: (res) => {

return uni.$showMsg("已取消登錄授權")

}

})

},

async getToken(userInfo) {

//調(diào)用uni.login()登錄方法,獲取code

const [err, res] = await uni.login().catch(err => err)

if (err || res.errMsg !== 'login:ok') {

return uni.$showMsg("登錄失敗!")

}

//登錄參數(shù)對象

const query = {

code: res.code,

encryptedData: userInfo.encryptedData,

iv: userInfo.iv,

rawData: userInfo.rawData,

signature: userInfo.signature

}


//換取token,只有被管理員配置為小程序的開發(fā)者以后,學生才能調(diào)用成功登錄,支付這些特殊的接口。而且這個開發(fā)者權限人數(shù)只有幾十個,無法給各位學生一一分配權限,因此大家會調(diào)用失敗。大家可以先跟著視頻了解如何調(diào)用這些接口

//const {data: loginResult} = await uni.$http.post("/api/public/v1/users/wxlogin", query)


//自定義返回結果,假設登錄成功!

const loginResult = {

"message": {

"user_id": 12,

"user_email_code": null,

"is_active": null,

"user_sex": "男",

"user_qq": "",

"user_tel": "",

"user_xueli": "本科",

"user_hobby": "",

"user_introduce": null,

"create_time": 1525402223,

"update_time": 1525402223,

"token": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOjIzLCJpYXQiOjE1NjQ3MzAwNzksImV4cCI6MTAwMTU2NDczMDA3OH0.YPt-XeLnjV-_1ITaXGY2FhxmCe4NvXuRnRB8OMCfnPo"

},

"meta": {

"msg": "登錄成功",

"status": 200

}

}

if (loginResult.meta.status !== 200) {

return uni.$showMsg("登錄失??!")

}

//uni.$showMsg("登錄成功!")

//把token保存到vuex中

this.updateToken(loginResult.message.token)

},

黑馬程序員前端微信小程序開發(fā)教程,微信小程序從基礎到發(fā)布全流程_企業(yè)級商城實戰(zhàn)(的評論 (共 條)

分享到微博請遵守國家法律
辽源市| 凤阳县| 临邑县| 昔阳县| 扎赉特旗| 定南县| 射阳县| 宁海县| 庄河市| 方山县| 乐亭县| 沭阳县| 卓资县| 延边| 山丹县| 云阳县| 隆回县| 宜黄县| 锡林浩特市| 莱州市| 房山区| 施秉县| 德兴市| 天气| 云阳县| 沙湾县| 安康市| 岳阳县| 崇州市| 绿春县| 浙江省| 六安市| 织金县| 达拉特旗| 大庆市| 永兴县| 乐东| 古田县| 临高县| 沙雅县| 穆棱市|