wangxy 1 hete
szülő
commit
d0e60d1fb9
1 módosított fájl, 3 hozzáadás és 2 törlés
  1. 3 2
      pages/admin/Hetong/Hetong.vue

+ 3 - 2
pages/admin/Hetong/Hetong.vue

@@ -92,9 +92,10 @@
 			if (res.data) {
 				uni.showToast({
 					title: "签名成功",
-					duration: 2000,
+          duration: 2000,
+          mask: true,
 					success() {
-						uni.navigateBack()
+            setTimeout(() => uni.navigateBack(),2000)
 					}
 				})
 			}