Showing
1 changed file
with
1 additions
and
1 deletions
@@ -1578,7 +1578,7 @@ function productSearchShow(id) { | @@ -1578,7 +1578,7 @@ function productSearchShow(id) { | ||
1578 | } | 1578 | } |
1579 | // 判断数据存在 | 1579 | // 判断数据存在 |
1580 | if (!resp.data) { | 1580 | if (!resp.data) { |
1581 | - common.util.__tip("店铺中没有该 SKN, 请确保该商品已上加,且有库存。", "warning"); | 1581 | + common.util.__tip("店铺中没有该 SKN, 请确保该商品已上架,且有库存。", "warning"); |
1582 | return; | 1582 | return; |
1583 | } | 1583 | } |
1584 | 1584 |
-
Please register or login to post a comment