@@ -163,6 +163,11 @@
uni.navigateTo({
url: '/pages/attestation/indexThree'
});
+ uni.showToast({
+ title: '修改成功!',
+ icon: 'none',
+ duration: 2000
+ })
this.$api.msg('修改成功!')
}
})