修复英语区异常

This commit is contained in:
dragon
2024-10-30 16:59:19 +08:00
parent 891121ea4e
commit c445772a67
5 changed files with 3 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ body {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: none;
}
.header {

View File

@@ -36,6 +36,7 @@ body {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: none;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -75,7 +75,7 @@ function getConfig() {
showLoading()
networkRequest({
type: 'get',
url: urlPrefix + '/guildMemberWeekLevelReward/get',
url: urlPrefix + '/familyMemberWeekLevelReward/get',
success(res) {
if (res.code === 200) {
data = res.data;