feat(签到组件): 重构签到功能并优化样式
- 添加签到组件到详情页 - 修改签到初始化逻辑,使用SignInComponent代替原有方法 - 优化签到弹窗样式和交互 - 移除调试用的console.log - 更新资源路径为绝对路径
This commit is contained in:
@@ -16,7 +16,7 @@ const appSectionIndex = createApp({
|
||||
onMounted(() => {
|
||||
getUserInfoWin();
|
||||
setTimeout(() => {
|
||||
signInBox._init();
|
||||
SignInComponent.initComponent();
|
||||
}, 3000);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user