|
|
@@ -735,16 +735,8 @@ export default function IndexConsole(props: { record: any, count: number }) {
|
|
|
setFirstEnter(false)
|
|
|
hidePicker()
|
|
|
global.scrollToLatest()
|
|
|
- // global.refrehWeekly()
|
|
|
- // global.refreshStreaks()
|
|
|
refreshDayNight()
|
|
|
- var obj = global.checkAccess
|
|
|
- if (global.checkAccess) {
|
|
|
- console.log('applw')
|
|
|
- }
|
|
|
- else {
|
|
|
- console.log('apple')
|
|
|
- }
|
|
|
+
|
|
|
global.checkAccess((res as any).access)
|
|
|
// checkAccessProvisional((res as any).access,showFastAlert)
|
|
|
}).catch((e) => {
|