@ -76,11 +76,12 @@ Page({
wx.setStorageSync(
'access_token', res.access_token
)
setTimeout(() => {
wx.switchTab({
url: '/pages/look/look'
})
}, 1500)
// setTimeout(() => {
// }, 1500)
}
},
@ -138,12 +139,13 @@ Page({
duration: 1500,
wx.setStorageSync('access_token', res.access_token);
console.log(res);
// console.log(res);
/**
@ -58,22 +58,26 @@
.gener-tag.dgp{
background: #F7A40F;
margin-top: 9rpx;
.gener-tag.gpz{
background: #10C769;
.gener-tag.lp{
background: #666A7A;
.gener-tag.ycj{
background: #FF652F;
.gener-top {
display: flex;
align-items: center;
/* align-items: center; */
.gener-title {
@ -73,7 +73,7 @@
@ -35,11 +35,12 @@ function request(method, url, data, hasToke = true) {
mask: true,
wx.clearStorage();
wx.navigateTo({
url: "/pages/auth/auth",
} else {
resolve(res.data);
@ -36,11 +36,12 @@ function request(method, url, data, hasToke = true) {