...
This commit is contained in:
@@ -11,9 +11,10 @@
|
||||
<h4>سوالات پر تکرار</h4>
|
||||
</div>
|
||||
<div class="tp-custom-accordion">
|
||||
<div class="accordion tp-inner-font" id="accordionExample">
|
||||
<div class="accordion" id="accordionExample">
|
||||
@for (int i = 0; i < request?.list.Count; i++)
|
||||
{
|
||||
|
||||
<ItemQuestion qitem="request?.list[i]" />
|
||||
}
|
||||
@*
|
||||
@@ -63,7 +64,7 @@
|
||||
|
||||
protected override async Task OnParametersSetAsync()
|
||||
{
|
||||
request = await _hc.GetFromJsonAsync<PagingDto<QuestionDto>>($"Base/LastQuestion?PageIndex={PageIndex}&PageSize=6");
|
||||
request = await _hc.GetFromJsonAsync<PagingDto<QuestionDto>>($"Base/LastQuestion?PageIndex={PageIndex}&PageSize=10");
|
||||
await base.OnParametersSetAsync();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user