|
|
@@ -306,11 +306,11 @@
|
|
|
this.is_integral = option.is_integral
|
|
|
}
|
|
|
this.userinfo();
|
|
|
- if(!this.store.id) {
|
|
|
- this.storeList()
|
|
|
- }else {
|
|
|
- this.checkedPoint = this.store
|
|
|
- }
|
|
|
+ // if(!this.store.id) {
|
|
|
+ // this.storeList()
|
|
|
+ // }else {
|
|
|
+ // this.checkedPoint = this.store
|
|
|
+ // }
|
|
|
this.real_name = uni.getStorageSync('real_name') || ''
|
|
|
this.phone = uni.getStorageSync('real_phone') || ''
|
|
|
},
|
|
|
@@ -466,9 +466,9 @@
|
|
|
this.$api.msg('请选择收货地址');
|
|
|
return false;
|
|
|
}
|
|
|
- if(!this.checkedPoint.id) {
|
|
|
- return this.$api.msg('请选择门店');
|
|
|
- }
|
|
|
+ // if(!this.checkedPoint.id) {
|
|
|
+ // return this.$api.msg('请选择门店');
|
|
|
+ // }
|
|
|
}else {
|
|
|
if(!this.real_name) {
|
|
|
this.$api.msg('请填写提货人');
|