Commit 1b332577 by HouTiZhuo

扫码去掉占位符

parent ae71c38c
...@@ -500,7 +500,7 @@ export function themeScanningCodeClick() { ...@@ -500,7 +500,7 @@ export function themeScanningCodeClick() {
// 多个 SKU 跳转商品搜索结果页,搜索框显示扫码内容,页面自动展示搜索结果; // 多个 SKU 跳转商品搜索结果页,搜索框显示扫码内容,页面自动展示搜索结果;
$themeToLink({ $themeToLink({
type: 1, type: 1,
link: `/goodsSearch/goodsSearch?placeHolderText=${result}&search_txt=${result}` link: `/goodsSearch/goodsSearch?search_txt=${result}`
}); });
} else if (res.total == 1) { } else if (res.total == 1) {
const item = res.list[0]; const item = res.list[0];
......
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