同步数据

This commit is contained in:
2022-06-11 16:25:24 +08:00
parent 83e82ed31e
commit f9b81ba51e
6 changed files with 202 additions and 164 deletions

View File

@@ -159,6 +159,7 @@
getInfo() {
if (this.$store.state.token === '') return;
info().then(res => {
console.log(res);
uni.setNavigationBarTitle({
title: res.nickname
});