|
@ -81,7 +81,7 @@ namespace BBWY.Client.Views.Order |
|
|
w2m.OnWebMessageReceived = (e) => |
|
|
w2m.OnWebMessageReceived = (e) => |
|
|
{ |
|
|
{ |
|
|
var buyerAccount = e.TryGetWebMessageAsString().Trim(); |
|
|
var buyerAccount = e.TryGetWebMessageAsString().Trim(); |
|
|
Console.WriteLine($"{orderId}接收买家账号{buyerAccount}"); |
|
|
Console.WriteLine($"订单号 {orderId} 京东订单详情页数据 {buyerAccount}"); |
|
|
this.Tag = buyerAccount; |
|
|
this.Tag = buyerAccount; |
|
|
this.DialogResult = true; |
|
|
this.DialogResult = true; |
|
|
this.Close(); |
|
|
this.Close(); |
|
|