Commit 98480759 authored by 靳野's avatar 靳野

fix:修复价格与库存单位提示文字

parent 28668385
......@@ -444,9 +444,9 @@ const ServiceGoods = options => {
setCategoryIds(e);
let txt = '';
if (e.includes(GoldCategory)) {
txt = '千克';
} else {
txt = '';
} else {
txt = '千克';
}
if (txt) {
message.warning(`商品品类已切换,规格重量单位已自动切换为${txt}`, 6);
......
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