diff --git a/packages/wechat/AppCarousel/AppCarousel.vue b/packages/wechat/AppCarousel/AppCarousel.vue index e8d9ef6f..628ae072 100644 --- a/packages/wechat/AppCarousel/AppCarousel.vue +++ b/packages/wechat/AppCarousel/AppCarousel.vue @@ -28,15 +28,14 @@ - - + @@ -234,7 +233,7 @@ export default { }) .then(res => { if (res?.code == 0) { - this.$message.success('新增成功') + this.$message.success(this.dialogInfo.id ? '编辑成功' : '新增成功') this.visible = false this.getList() }