|
@@ -435,7 +435,7 @@
|
|
|
<input type="text" class="input-text" value="" placeholder="填写收件人姓名" id="sendName" name="relationSendName" errormsg="联系人格式不正确!" >
|
|
|
</div>
|
|
|
<div class="formControls col-2 col-sm-2">
|
|
|
- <input type="text" class="input-text" value="" placeholder="填写收件人手机号" id="sendTel" name="relationSendTel" datatype="" errormsg="联系人电话格式不正确!">
|
|
|
+ <input type="text" class="input-text" value="" placeholder="填写收件人手机号" id="sendTel" name="relationSendTel" errormsg="联系人电话格式不正确!">
|
|
|
</div>
|
|
|
<div class="formControls col-2 col-sm-2" id="postageAccount">
|
|
|
<input type="text" class="input-text" value="" placeholder="邮费转账 支付宝账户" id="relationAlipay" name="relationAlipay" errormsg="邮费转账账户!">
|
|
@@ -772,7 +772,6 @@
|
|
|
/*加载TDS地址信息*/
|
|
|
var addressUlc = init_address($(".init_address"));
|
|
|
|
|
|
-// var ulcRelationAddress = init_address($(".relation_address"));
|
|
|
var ulcRelationAddress = init_address($(".relation_address"));
|
|
|
|
|
|
/*是否是修改页面*/
|