Commit d6d5686d by caosy

分区 0->1

parent c6d94ef4
...@@ -214,7 +214,7 @@ ...@@ -214,7 +214,7 @@
<span style="padding-right: 20px;">广州</span> <span style="padding-right: 20px;">广州</span>
<input style="margin-bottom: 5px;" type="radio" name="regionCode" value="120" <#if dto.regionCode == "120">checked</#if>> <input style="margin-bottom: 5px;" type="radio" name="regionCode" value="120" <#if dto.regionCode == "120">checked</#if>>
<span style="padding-right: 20px;">北京</span> <span style="padding-right: 20px;">北京</span>
<input style="margin-bottom: 5px;" type="radio" name="regionCode" value="0" <#if dto.regionCode == "1">checked</#if>> <input style="margin-bottom: 5px;" type="radio" name="regionCode" value="1" <#if dto.regionCode == "1">checked</#if>>
<span style="padding-right: 20px;">全国</span> <span style="padding-right: 20px;">全国</span>
<#else> <#else>
<input style="margin-bottom: 5px;" type="radio" name="regionCode" value="100" checked> <input style="margin-bottom: 5px;" type="radio" name="regionCode" value="100" checked>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment