__累木耳(BYF)-550x550.jpg)
1件9折 2件83折 3件75折
營養資料
| 商品规格 | |
| 成分 | 黑木耳、明胶、姬松茸 |
| 功效 | 加强血管弹性 吸除肠胃毒素 此产品或有助于稳定血压 |
| 適合人士 | 此产品适合关注血压的人士服用 高脂肪饮食、多吃海鲜及内脏 运动量不足、吸烟喝酒习惯 |
| 建议用量 | 每日2粒 |
| 包装 | 60粒装 每粒600mg |
| 貯存方法 | 密封,置于阴凉干燥处 |
| 制造地 | 香港 |

$('select[name=\'recurring_id\'], input[name="quantity"]').change(function(){
$.ajax({
url: 'index.php?route=product/product/getRecurringDescription',
type: 'post',
data: $('input[name=\'product_id\'], input[name=\'quantity\'], select[name=\'recurring_id\']'),
dataType: 'json',
beforeSend: function() {
$('#recurring-description').html('');
},
success: function(json) {
$('.alert-dismissible, .text-danger').remove();
if (json['success']) {
$('#recurring-description').html(json['success']);
}
}
});
});