|
|
@@ -616,7 +616,7 @@
|
|
|
if (this.addressData && this.addressData.length) {
|
|
|
this.showAddrModal = true
|
|
|
} else {
|
|
|
- this.setRemindText('暂无收货地址,请前往pc端维护')
|
|
|
+ this.$router.push('/mobile/user/address')
|
|
|
}
|
|
|
},
|
|
|
// 配送规则校验
|
|
|
@@ -632,7 +632,7 @@
|
|
|
// 收货地址校验
|
|
|
checkAddress () {
|
|
|
if (!this.selectedAddress || !this.selectedAddress.id) {
|
|
|
- this.setRemindText('收货地址信息为空,请前往pc端添加收货地址')
|
|
|
+ this.$router.push('/mobile/user/address')
|
|
|
return false
|
|
|
} else if (this.selectedAddress.area.indexOf('香港') > -1) {
|
|
|
if (this.payData.currency === 'RMB') {
|