username@email.com
2024-09-30 c8fa1df50f42b0b91bec2d3b813ebfb003e6e579
CY_ECommercePlatform/CY.WebForm/Pages/front/Envelop.aspx
@@ -10,7 +10,7 @@
    <table class="table2">
        <tbody>
            <tr>
                <th>请选择印刷方式:&nbsp<input type="radio" name="printMode" value='1' checked="true" />合版印刷&nbsp;&nbsp<input type="radio" name="printMode" value='0'/>专版印刷</th>
                <th>请选择印刷方式:&nbsp<input type="radio" name="printMode" value='1'  />合版印刷&nbsp;&nbsp<input type="radio" name="printMode" value='0' checked="true" />专版印刷</th>
            </tr>
        </tbody>
    </table>