PinPuYi.vue
All checks were successful
/ build-and-deploy-to-vercel (push) Successful in 2m48s
/ surge (push) Successful in 2m49s
/ playwright (push) Successful in 1m4s
/ cleanup_surge (push) Successful in 15s
/ lint-build-and-check (push) Successful in 5m23s

This commit is contained in:
严浩
2025-04-27 17:26:55 +08:00
parent e2c2cb165a
commit 12bbc843fb

View File

@ -48,7 +48,6 @@ const state = reactive({
输入状态: {
选中的Freq菜单列表的项目: null as null | E_选项卡菜单Freq菜单列表的项目,
输入的值临时输入字符串: null as null | string, // 用于暂存用户输入
选中的单位: null as null | E_Freq单位,
},
center: {
value: 0,
@ -171,7 +170,6 @@ function 执行点击屏幕右边的按钮(按钮序号: number) {
// 重置整个输入状态,为下一次输入做准备
state.Freq状态.输入状态.选中的Freq菜单列表的项目 = null;
state.Freq状态.输入状态.输入的值临时输入字符串 = null;
state.Freq状态.输入状态.选中的单位 = null; // 清除旧的确认单位
console.debug('输入状态已重置');
// 操作完成,切换回 Freq 菜单列表