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