uniapp数组中数据位置的变更不会导致视图@click绑定的index
问题描述有这么一个数组:twoCategoryList: [ { id: 1, name: "家纺", orderNo: 10 }, { id: 2, name: "酒类", orderNo: 20 } ],view代码:<view class="category-list"> <view v-for="(twoCategory, twoIndex) in twoCategoryList" :key="twoCategory.id" @cli