username@email.com
2024-12-04 ba381be6a5aac58df11e2e7b6b19f012bd9ff5a1
CY_ECommercePlatform/CY.WebForm/Pages/front/Packet.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>