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
这个提交包含在:
@@ -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/wear-check/wear-check?regions=' + mask })
|
wx.navigateTo({ url: '/pages/auto-scan/auto-scan?regions=' + mask })
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ Page({
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
wx.redirectTo({
|
wx.redirectTo({
|
||||||
url: '/pages/auto-scan/auto-scan?regions=' + this.data.regions
|
url: '/pages/treatment-setup/treatment-setup'
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
在新工单中引用
屏蔽一个用户