Commit 241d4b31 by HouTiZhuo

扫码无结果处理

parent 622a73c2
......@@ -514,10 +514,10 @@ export function themeScanningCodeClick() {
}`
});
} else {
// 提示:对不起,无法正确识别该条形码。请直接联系导购员;
wx.showModal({
content: "对不起 无法正确识别该条形码\n请直接联系导购员",
showCancel: false
// 搜索无结果,跳转搜索页展示无识别结果
$themeToLink({
type: 1,
link: `/goodsSearch/goodsSearch?isNoResult=${true}`
});
}
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment