小程序遍历从数组从指定下标开始

默认从0开始   ,比如若要从1开始:

wx:if="{ { index > 0}}"

	<view wx:for="{
   
   {fundQuotaList}}"  wx:if="{
   
   { index > 0}}">{
   
   {item.quotaName}}</view>

Guess you like

Origin blog.csdn.net/qq_40632009/article/details/118187449