...
|
...
|
@@ -135,7 +135,7 @@ |
|
|
<dt>1.收货人信息</dt>
|
|
|
<dd>
|
|
|
<label><span class="red-icon">*</span>收货人姓名:</label>
|
|
|
<input type="text" value="{{name}}" name="name">
|
|
|
<input type="text" value="{{{name}}}" name="name">
|
|
|
</dd>
|
|
|
<dd>
|
|
|
<label><span class="red-icon">*</span>收货地址:</label>
|
...
|
...
|
@@ -152,7 +152,7 @@ |
|
|
<select id="streets">
|
|
|
<option value="0">请选择乡镇/街道</option>
|
|
|
</select>
|
|
|
<input type="text" value="{{address}}" name="address">
|
|
|
<input type="text" value="{{{address}}}" name="address">
|
|
|
</dd>
|
|
|
<dd>
|
|
|
<label><span class="red-icon">*</span>手机号码:</label>
|
...
|
...
|
|