Parcourir la source

前端 小程序更新

zhongtianhaoyuan il y a 3 ans
Parent
commit
953065fbb2
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      pages/attestation/indexThree.vue

+ 5 - 0
pages/attestation/indexThree.vue

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