|
@@ -166,7 +166,6 @@
|
|
|
$http.post('/api/v1/mp/user/getLoginUserinfo', {}).then(res => {
|
|
|
uni.hideLoading();
|
|
|
if (res.code == 0) {
|
|
|
- console.log(res);
|
|
|
uni.setStorageSync('userInfo', res.data)
|
|
|
if (res.data.openId) {
|
|
|
uni.$u.toast('登录成功');
|
|
@@ -187,7 +186,6 @@
|
|
|
$http.post('/api/v1/mp/user/getLoginUserinfo', {}).then(res => {
|
|
|
uni.hideLoading();
|
|
|
if (res.code == 0) {
|
|
|
- console.log("11111",res);
|
|
|
uni.setStorageSync('userInfo', res.data)
|
|
|
if (res.data.aliuserId) {
|
|
|
uni.$u.toast('登录成功');
|
|
@@ -220,7 +218,6 @@
|
|
|
identity: 1,
|
|
|
noToken: true
|
|
|
}).then(res=>{
|
|
|
- console.log("res",res);
|
|
|
if(res.code == 0){
|
|
|
uni.setStorageSync('token', res.token)
|
|
|
_this.getBaseInfoAli()
|