uniapp删除数组

//删除数组下标
deleteImg(index) {
	//删除操作 index数组中的下标,删除一个
	this.imgPay.splice(index, 1);
},

你可能感兴趣的:(uniapp,其他)