fix: correct page flow — wear-check before mode select, smart mode to auto-scan

- wear-check onNext → treatment-setup (was auto-scan)
- treatment-setup smart mode → auto-scan (was wear-check)
Flow: index → wear-check → treatment-setup → normal: treat / smart: auto-scan → treat
这个提交包含在:
Guoguo
2026-06-29 05:28:05 -07:00
父节点 74591d4da2
当前提交 f85925ecd1
修改 2 个文件,包含 2 行新增2 行删除
+1 -1
查看文件
@@ -33,7 +33,7 @@ Page({
return
}
wx.redirectTo({
url: '/pages/auto-scan/auto-scan?regions=' + this.data.regions
url: '/pages/treatment-setup/treatment-setup'
})
},