优化首选项的配置及操作
parent
9905d3c2a2
commit
c559f3213d
|
@ -259,6 +259,12 @@ Anot({
|
|||
this.optBoxShow = false
|
||||
this.mod = mod
|
||||
},
|
||||
// 设置保存 回调
|
||||
onProfileSaved() {
|
||||
this.toggleModule('local')
|
||||
appInit = Anot.ss('app-init')
|
||||
},
|
||||
|
||||
togglePlayMode() {
|
||||
let mod = this.playMode
|
||||
mod++
|
||||
|
|
|
@ -63,6 +63,8 @@ export default Anot({
|
|||
Anot.ss('app-init', cache)
|
||||
|
||||
layer.toast('保存成功')
|
||||
|
||||
this.__APP__.onProfileSaved()
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
Reference in New Issue