You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--多列选择--><picker-viewindicator-style="height: 40px;"class="mpvue-picker-view" :value="pickerValue" @change="pickerChange"v-if="mode==='multiSelector'"><blockv-for="(n,index) in pickerValueMulArray.length" :key="index"><picker-view-column><viewclass="picker-item"v-for="(item,index1) in pickerValueMulArray[index]" :key="index1">{{item.label}}</view></picker-view-column></block></picker-view>
以上代码中 pickerValueMulArray[n] 应该更换为 pickerValueMulArray[index],才展示正常。
The text was updated successfully, but these errors were encountered: