|
wx.showToast({ title: `${error.msg}`, icon: 'error', duration: 2000 })
|
|
wx.showToast({ title: `${error.msg}`, icon: 'error', duration: 2000 })
|
|
wx.setStorage({ key: "token", data: 'token' })
|
|
wx.setStorage({ key: "token", data: 'token' })
|
|
wx.setStorage({ key: "role", data: params.role })
|
|
wx.setStorage({ key: "role", data: params.role })
|