Merge branch 'StableVersion' into develop
This commit is contained in:
@@ -45,6 +45,17 @@ const HomeStoreModule : Module<DesignDetail,RootState> = {
|
||||
// .catch((rv) => {
|
||||
// });
|
||||
},
|
||||
getCredits(context){
|
||||
return new Promise( async (resolve) => {
|
||||
await Https.axiosGet(Https.httpUrls.getCredits,).then((rv) => {
|
||||
context.commit('setCredits',rv)
|
||||
resolve(true)
|
||||
}).catch((res) => {
|
||||
resolve(true)
|
||||
});
|
||||
})
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user