fix bug
This commit is contained in:
@@ -641,7 +641,12 @@
|
||||
{
|
||||
ShowDangerAlert("صورتحساب با این شناسه یافت نشد");
|
||||
}
|
||||
else ShowDangerAlert("خطایی در اجرای عملیات رخ داده");
|
||||
else
|
||||
{
|
||||
|
||||
var request = await rsp.Content.ReadFromJsonAsync<List<string>>();
|
||||
ShowDangerAlert(request[0]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user