Version 1.0.1 with RIS Circuit Money Exchange !
This commit is contained in:
@@ -949,7 +949,14 @@ export const useGlobalStore = defineStore('GlobalStore', {
|
||||
return Api.SendReq('/settable', 'POST', mydata)
|
||||
.then((res) => {
|
||||
this.serverError = false
|
||||
return res.data
|
||||
if (res && res.data) {
|
||||
tools.updateMyData(res.data.ris)
|
||||
if (res.data.rec) {
|
||||
return res.data.rec
|
||||
} else {
|
||||
res.data
|
||||
}
|
||||
}
|
||||
})
|
||||
.catch((error) => {
|
||||
this.serverError = true
|
||||
|
||||
Reference in New Issue
Block a user