Commit de937a6b by 陈超

T

parent 2a364294
......@@ -17,7 +17,9 @@
<dd>
<label for="name">收货人</label>
<input class="inp01" placeholder="收货人" name="name" id="name" type="text" value="{$address['name']}" maxlength="10" >
<input class="inp01" name="id" id="address_id" type="hidden" value="{$address['id']}" >
</input>
<input class="inp01" name="id" id="address_id" type="hidden" value="{$address['id']}" >
</input>
</dd>
</dl>
<dl>
......
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 to comment