|
@@ -121,7 +121,7 @@ export default {
|
|
obj.buyer_id = this.user.uid;
|
|
obj.buyer_id = this.user.uid;
|
|
obj.buyer_name = this.user.name;
|
|
obj.buyer_name = this.user.name;
|
|
}
|
|
}
|
|
- if (!this.zhuanjiainfo.userid) {
|
|
|
|
|
|
+ if (!this.zhuanjiainfo.id) {
|
|
this.$message.error('缺少卖家信息,请联系卖家或管理员');
|
|
this.$message.error('缺少卖家信息,请联系卖家或管理员');
|
|
return;
|
|
return;
|
|
} else {
|
|
} else {
|