修改心身量表选择城市的展现形式

This commit is contained in:
liuyuan
2025-02-05 13:26:20 +08:00
parent 1cbc7f96cd
commit 7689e3c606
3 changed files with 5 additions and 3 deletions

View File

@@ -155,6 +155,7 @@ showCodeImg:false,
signOut() {
this.signShow = false;
this.setUserInfo({ token: null });
uni.removeStorageSync('countryData');
uni.redirectTo({
url: "/pages/user/login",
});