|
@@ -454,18 +454,18 @@ if (!empty($id) && is_numeric($id)) {
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th width="8%" nowrap>是否参与返现</th>
|
|
|
+ <th width="8%" nowrap>是否参与返点</th>
|
|
|
<td>
|
|
|
<div style="display: flex; gap: 20px;">
|
|
|
<label style="display: flex; align-items: center;">
|
|
|
- <input type="radio" name="no_cashback" id="no_cashback_0" value="0" <?= ($order['no_cashback'] == 0) ? 'checked' : '' ?>> 参与返现
|
|
|
+ <input type="radio" name="no_cashback" id="no_cashback_0" value="0" <?= ($order['no_cashback'] == 0) ? 'checked' : '' ?>> 参与返点
|
|
|
</label>
|
|
|
<label style="display: flex; align-items: center;">
|
|
|
- <input type="radio" name="no_cashback" id="no_cashback_1" value="1" <?= ($order['no_cashback'] == 1) ? 'checked' : '' ?>> 不参与返现
|
|
|
+ <input type="radio" name="no_cashback" id="no_cashback_1" value="1" <?= ($order['no_cashback'] == 1) ? 'checked' : '' ?>> 不参与返点
|
|
|
</label>
|
|
|
</div>
|
|
|
<div style="margin-top: 5px; font-size: 12px; color: #666;">
|
|
|
- 注:选择"不参与返现"的订单将不计入返现统计和计算
|
|
|
+ 注:选择"不参与返点"的订单将不计入返点统计和计算
|
|
|
</div>
|
|
|
</td>
|
|
|
</tr>
|