|
@@ -641,6 +641,11 @@ export default {
|
|
// return false;
|
|
// return false;
|
|
// }
|
|
// }
|
|
|
|
|
|
|
|
+ if (!this.addressInfo.id) {
|
|
|
|
+ this.$toast("请选择地址");
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
|
|
+
|
|
if (!this.agreeStatus) {
|
|
if (!this.agreeStatus) {
|
|
this.$toast("请先阅读并同意《产品及服务协议》");
|
|
this.$toast("请先阅读并同意《产品及服务协议》");
|
|
return false;
|
|
return false;
|
|
@@ -1037,4 +1042,4 @@ export default {
|
|
height: 0.2rem;
|
|
height: 0.2rem;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-</style>
|
|
|
|
|
|
+</style>
|