From 600caaf8e9aa09ab98bc17318e3c79b2edf5db9c Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期五, 29 七月 2022 15:58:16 +0800
Subject: [PATCH] #

---
 pages/basics/outPakin.vue |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/pages/basics/outPakin.vue b/pages/basics/outPakin.vue
index d2c5a92..6e6ce09 100644
--- a/pages/basics/outPakin.vue
+++ b/pages/basics/outPakin.vue
@@ -281,6 +281,7 @@
 			},
 			// 娣诲姞鎵弿鏃ュ織
 			addLog(matCode,userName) {
+				
 				let that = this;
 				uni.request({
 					url: that.commonUrl + "/mobile/addLog/auth",
@@ -293,6 +294,11 @@
 					},
 					// method:"POST",
 					success(result) {
+						var res = result.data
+						if(res.code === 200) {
+							// uni.showToast({title: "娣诲姞鎴愬姛", icon: "none",position: 'center'})
+						}
+						
 					}
 				})
 				

--
Gitblit v1.9.1