|
@@ -408,7 +408,7 @@ export default {
|
|
|
Toast('请输入区')
|
|
|
return
|
|
|
}
|
|
|
- if (this.discern.city == '' || this.discern.city == undefined) {
|
|
|
+ if (this.discern.town == '' || this.discern.town == undefined) {
|
|
|
Toast('请输入镇')
|
|
|
return
|
|
|
}
|
|
@@ -643,7 +643,7 @@ export default {
|
|
|
addresseeName: this.transmitMessageVlaue.addresseeName,//收件人姓名
|
|
|
addresseePhone: this.transmitMessageVlaue.addresseePhone,//收件人手机号
|
|
|
addresseeProvince: this.transmitMessageVlaue.addresseeProvince,//省
|
|
|
- addresseecity: this.transmitMessageVlaue.addresseeCity,//s市
|
|
|
+ addresseeCity: this.transmitMessageVlaue.addresseeCity,//s市
|
|
|
addresseeCounty: this.transmitMessageVlaue.addresseeCounty,//区
|
|
|
addresseeTown: this.transmitMessageVlaue.addresseeTown,//镇
|
|
|
addresseeAddrInfo: this.transmitMessageVlaue.addresseeAddrInfo,//详细地址
|