mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-03-25 08:34:16 +08:00
bug fix
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -164,9 +164,10 @@ class App{
|
|||||||
propertyPage.mounted = ()=>{
|
propertyPage.mounted = ()=>{
|
||||||
propertyPage
|
propertyPage
|
||||||
.find('#talentSelectedView').append(
|
.find('#talentSelectedView').append(
|
||||||
$(Array.from(this.#talentSelected)
|
`<li>已选天赋</li>` +
|
||||||
|
Array.from(this.#talentSelected)
|
||||||
.map(({name,description})=>`<li class="grade0b">${name}(${description})</li>`)
|
.map(({name,description})=>`<li class="grade0b">${name}(${description})</li>`)
|
||||||
.join(''))
|
.join('')
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
const groups = {};
|
const groups = {};
|
||||||
@@ -407,6 +408,9 @@ class App{
|
|||||||
page: propertyPage,
|
page: propertyPage,
|
||||||
clear: ()=>{
|
clear: ()=>{
|
||||||
freshTotal();
|
freshTotal();
|
||||||
|
propertyPage
|
||||||
|
.find('#talentSelectedView')
|
||||||
|
.empty();
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
trajectory: {
|
trajectory: {
|
||||||
|
|||||||
Reference in New Issue
Block a user