ImagePickerAdapter中直接new List private List<ImageItem> mData = new ArrayList<>(); setImages函数中 改成 mData.clear(); mData.addAll(data);