添加组件等

This commit is contained in:
zhengw
2026-03-12 15:16:49 +08:00
parent 76c28f8d78
commit f9425daab6
14 changed files with 193 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
import { base } from '@/utils/config';
import { checkSesskey, loginStatusPage, post } from '@/utils/https';
import { Subscribe } from '@/utils/subscribe';
import { IIsLogin, Subscribe } from '@/utils/subscribe';
import { getStorage, toObject } from '@/utils/util';
Page({
@@ -60,7 +60,7 @@ Page({
complete: (res: any) => {
if (res.confirm) {
post('Applet/loginOut').then(() => {
Subscribe.set('isLogin', false);
Subscribe.set<IIsLogin>('isLogin', false);
this.setData({ isLogin: false });
checkSesskey({ showLoading: false, showError: false })
.then(() => {})