fix: smart mode goes to wear-check first instead of directly to auto-scan

这个提交包含在:
Guoguo
2026-06-29 03:57:31 -07:00
父节点 f9141b25d0
当前提交 2995b0ee02
@@ -81,7 +81,7 @@ Page({
if (self.data.selectedMode === 1) { if (self.data.selectedMode === 1) {
self.setData({ submitting: false }) self.setData({ submitting: false })
wx.navigateTo({ url: '/pages/auto-scan/auto-scan?regions=' + mask }) wx.navigateTo({ url: '/pages/wear-check/wear-check?regions=' + mask })
return return
} }