|
@ -470,7 +470,7 @@ export default { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
if (info.is_user_post == 2) { |
|
|
if (info.is_user_post == 2) { |
|
|
if (!info.pickupAddress.id) { |
|
|
if (!info.pickupAddress||!info.pickupAddress.id) { |
|
|
uni.showToast({title: '请选择自提点',icon: 'none'}); |
|
|
uni.showToast({title: '请选择自提点',icon: 'none'}); |
|
|
return; |
|
|
return; |
|
|
} else { |
|
|
} else { |
|
|