소스 검색

添加核销成功提示

htc 1 년 전
부모
커밋
9a5acf893e
1개의 변경된 파일6개의 추가작업 그리고 3개의 파일을 삭제
  1. 6 3
      pagesHouse/Verification/details.vue

+ 6 - 3
pagesHouse/Verification/details.vue

@@ -165,9 +165,12 @@
 				}).then(res => {
 					console.log(res.data);
 					if (res.data.code == 0) {
-						uni.navigateTo({
-							url: '/pagesHouse/Mine/ordersList/outcome'
-						})
+						this.$showToast('核销成功');
+						setTimeout(()=>{
+							uni.navigateTo({
+								url: '/pagesHouse/Mine/ordersList/outcome'
+							})
+						},1500)
 					}
 				})
 			},