Commit 469d9ba5 by 朱继来

展示或隐藏赠品信息

parent 788b53c1
Showing with 5 additions and 1 deletions
......@@ -119,7 +119,7 @@ li {
}
/* 后台新增订单 start */
.user-info, .address-content, .invoice-content, .order-info, .client-info {
.user-info, .address-content, .invoice-content, .order-info, .client-info, .order-gift-info {
display: none;
}
......
......@@ -1059,6 +1059,10 @@
}
$('.gift-table tbody').append(str);
$('.order-gift-info').show();
} else {
$('.order-gift-info').hide();
}
return false;
......
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 sign in to comment