소스 검색

前端 小程序更新

zhongtianhaoyuan 3 년 전
부모
커밋
953065fbb2
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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('修改成功!')
 									}
 								})