When processing my page, click about us, and jump to the secondary page. Results to click the jump event invalid.
invalid code
<uni-List>
<Uni-List-ITEM Title = "About Our" SHOWARROW @Click = "Gotopage ()"> </uni-list-item>
<Uni-List-ITEM Title = "Contact customer service" note = "9: 00-21: 00" showarrow @click = "handledialog ()"> </uni-list-design>
</Uni-List>
Looking at the document requires adding link in Uni-List-ITEM
Valid code
<ni-List>
<uni-list-item title = "about us" showarrow @click = "Gotopage ()" Link> </Uni-ITEM>
<Uni-List-ITEM Title = "Contact customer service" note = "9: 00-21: 00" showarrow @click = "handledialog ()"> </uni-list-design>
</Uni-List>
After the increase, the problem solves