ソースを参照

添加核销成功提示

htc 11 ヶ月 前
コミット
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)
 					}
 				})
 			},