...
This commit is contained in:
@@ -42,13 +42,13 @@
|
||||
<div class="row gx-20">
|
||||
<div class="col-12">
|
||||
<div class="postbox__comment-input mb-30">
|
||||
<InputText @bind-Value="model.FullName" id="FullName" type="text" class="inputText" required="" />
|
||||
<InputText onkeydown="@OnClearmessageStore" @bind-Value="model.FullName" id="FullName" type="text" class="inputText" required="" />
|
||||
<span class="floating-label">نام شما</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<div class="postbox__comment-input mb-35">
|
||||
<InputText @bind-Value="model.Mobile" id="Mobile" type="text" class="inputText" required=""/>
|
||||
<InputText onkeydown="@OnClearmessageStore" @bind-Value="model.Mobile" id="Mobile" type="text" class="inputText" required="" />
|
||||
<span class="floating-label">موبایل</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -103,6 +103,7 @@
|
||||
}
|
||||
}
|
||||
@functions{
|
||||
private async Task OnClearmessageStore() => messageStore?.Clear();
|
||||
private async Task newTicket(){
|
||||
|
||||
var request = await _hc.PostAsJsonAsync("Ticket/NewTicketNoAuthentication", model);
|
||||
|
Reference in New Issue
Block a user