后台没有响应
// 请把代码文本粘贴到下方(请勿用图片代替代码)
wx.request({
url: getApp().globalData.url + '/upUserInfo', data: { userType: this.data.identity, babyName: this.data.babyName, avatarUrl: this.data.avatarUrl, birthday: this.data.birthday, gender: this.data.gender, educationStage: this.data.educationStage }, header: { Authorization: getApp().globalData.token }, success: function (res) { if (res.data.code == 100) { console.log(res) } } })
红糖糍粑
相关分类