太湖公益

This commit is contained in:
2024-05-30 14:26:42 +08:00
parent 314f4a4fb4
commit e595e034dc
144 changed files with 17860 additions and 13154 deletions

View File

@@ -750,7 +750,7 @@ export default {
margin-top: 40rpx;
font-size: 34rpx;
font-weight: bold;
color: #3ab3ae;
color: $themeColor;
}
.emaPho {
@@ -763,9 +763,9 @@ export default {
}
.emaPho > view.active {
color: #3ab3ae;
color: $themeColor;
padding: 10rpx 10rpx;
border-bottom: 2px solid #3ab3ae;
border-bottom: 2px solid $themeColor;
font-weight: bold;
}
@@ -1020,11 +1020,11 @@ export default {
justify-content: center;
margin: 30rpx 0 0 0;
font-size: 26rpx;
color: #3ab3ae;
color: $themeColor;
view {
font-weight: bold;
border: 1px solid #3ab3ae;
border: 1px solid $themeColor;
border-radius: 10rpx;
padding: 5rpx 15rpx;
}

View File

@@ -706,10 +706,11 @@ this.yhxyText=data
await this.$http
.get(this.urlList.registerOrLogin, httpData)
.then(async (res) => {
console.log("res.userInfo at line 593:", res.token);
res.userInfo.token = res.token.token;
await this.setUserInfo(res.userInfo);
console.log("res.userInfo哈哈红红火火恍恍惚惚 at line 593:", res.token);
uni.setStorageSync("token", res.token.token);
// socket.init();
uni.showToast({
title: "登录成功",
@@ -751,6 +752,7 @@ this.yhxyText=data
console.log("res.userInfo at line 593:", res.token);
res.userInfo.token = res.token.token;
await this.setUserInfo(res.userInfo);
uni.setStorageSync("token", res.token.token);
// socket.init();
uni.showToast({
title: "登录成功",
@@ -1152,7 +1154,7 @@ this.yhxyText=data
margin-top: 20rpx;
font-size: 38rpx;
font-weight: bold;
color: #3ab3ae;
color: $themeColor;
}
.emaPho {
@@ -1165,9 +1167,9 @@ this.yhxyText=data
}
.emaPho > view.active {
color: #3ab3ae;
color: $themeColor;
padding: 10rpx 10rpx;
border-bottom: 2px solid #3ab3ae;
border-bottom: 2px solid $themeColor;
font-weight: bold;
}
@@ -1422,11 +1424,11 @@ this.yhxyText=data
justify-content: center;
margin: 50rpx 0 0 0;
font-size: 30rpx;
color: #3ab3ae;
color: $themeColor;
view {
font-weight: bold;
border: 1px solid #3ab3ae;
border: 1px solid $themeColor;
border-radius: 10rpx;
padding: 5rpx 15rpx;
}