Browse Source

前端 小程序更新

zhongtianhaoyuan 3 years ago
parent
commit
953065fbb2
1 changed files with 5 additions and 0 deletions
  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('修改成功!')
 									}
 								})