$
This commit is contained in:
parent
2b1132fdf9
commit
80ffa81da5
@ -39,6 +39,7 @@ export default class Controller {
|
||||
|
||||
if(this.model.getTCat() != null) {
|
||||
this.getData(3).then()
|
||||
this.getData(this.model.getCurIndex()).then()
|
||||
} else {
|
||||
this.getData(this.model.getCurIndex()).then()
|
||||
}
|
||||
|
@ -3,7 +3,7 @@ import View from "./View.js"
|
||||
import Model from "./Model.js"
|
||||
|
||||
/**
|
||||
* @return {{ Controller, Model, View }}
|
||||
* @return {{ controller: Controller, model: Model, view: View }}
|
||||
* */
|
||||
export default function start() {
|
||||
const view = new View()
|
||||
|
@ -3,7 +3,6 @@
|
||||
loc {
|
||||
width: 100%;
|
||||
height: 3vw;
|
||||
max-height: auto;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
Loading…
Reference in New Issue
Block a user