修复英语区异常
This commit is contained in:
@@ -32,6 +32,7 @@ body {
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.header {
|
||||
|
@@ -36,6 +36,7 @@ body {
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
display: none;
|
||||
|
||||
}
|
||||
}
|
||||
|
BIN
view/molistar/modules/guildAr/images/coin.png
Normal file
BIN
view/molistar/modules/guildAr/images/coin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
BIN
view/molistar/modules/guildAr/images/diamondss.png
Normal file
BIN
view/molistar/modules/guildAr/images/diamondss.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
@@ -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;
|
||||
|
Reference in New Issue
Block a user