fix: smart mode goes to wear-check first instead of directly to auto-scan
这个提交包含在:
@@ -81,7 +81,7 @@ Page({
|
||||
|
||||
if (self.data.selectedMode === 1) {
|
||||
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
|
||||
}
|
||||
|
||||
|
||||
在新工单中引用
屏蔽一个用户