库存不足提示字样更新. code review by zhaobiao
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -66,7 +66,7 @@ $('.freebie').on('touchend', function() { | @@ -66,7 +66,7 @@ $('.freebie').on('touchend', function() { | ||
66 | 66 | ||
67 | $('.btn-balance').on('touchend', function() { | 67 | $('.btn-balance').on('touchend', function() { |
68 | if ($('.low-stocks').length > 0) { | 68 | if ($('.low-stocks').length > 0) { |
69 | - tip.show('请先删除库存不足商品'); | 69 | + tip.show('库存不足无法结算'); |
70 | return false; | 70 | return false; |
71 | } | 71 | } |
72 | 72 |
-
Please register or login to post a comment