...
|
...
|
@@ -688,7 +688,8 @@ $('.re-tips').on('click', '.icon-tip-help', function() { |
|
|
|
|
|
content = '<div class="tip-title">退款金额说明</div>';
|
|
|
content += '<div class="tip-content">';
|
|
|
content += '订单中包含的促销活动、优惠券、有货币、红包、礼品卡金额均按比例分摊至各件商品。';
|
|
|
content += '<p>*订单中包含的促销活动、优惠券、有货币、红包、礼品卡金额均已按比例分摊至各件商品。</p>';
|
|
|
content += '<p>*此金额为最大退款金额,以实际退款为准。</p>';
|
|
|
content += '</div>';
|
|
|
|
|
|
tipHelpDialog = new Dialog({
|
...
|
...
|
|