From 3913b3c5c8cde03f8c92d1c738d28c4a9bae7e55 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期三, 22 十一月 2023 08:48:02 +0800
Subject: [PATCH] #

---
 pages/business/cstmrInfo/cstmrInfo.vue |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/pages/business/cstmrInfo/cstmrInfo.vue b/pages/business/cstmrInfo/cstmrInfo.vue
index d5bf1c9..2aa3694 100644
--- a/pages/business/cstmrInfo/cstmrInfo.vue
+++ b/pages/business/cstmrInfo/cstmrInfo.vue
@@ -78,7 +78,7 @@
 				</view>
 			</uni-popup>
 		</view>
-		<view style="height: 50rpx;"></view>
+		<view style="height: 10rpx;"></view>
 	</view>
 </template>
 
@@ -148,7 +148,6 @@
 			},
 			open() {
 				this.show = true 
-				console.log(this.columns);
 			},
 			add() {
 				let _this = this
@@ -161,7 +160,6 @@
 						if (res.data) {
 							_this.csmtrs = res.data
 						}
-						console.log(res);
 					}
 				})
 				this.$refs.inputDialog.open()
@@ -198,7 +196,6 @@
 					method: 'POST',
 					header: {'token' : uni.getStorageSync('token'),},
 				}).then((res)=>{
-					console.log(res);
 				})
 			},
 			back() {
@@ -306,7 +303,7 @@
 			},
 			getDetails(id) {
 				uni.navigateTo({
-					url: '/pages/business/cstmr/cstmrDetails?id=' + id
+					url: `/pages/business/cstmr/cstmrDetails?id=${id}&type=info`
 				})
 			},
 			// ---

--
Gitblit v1.9.1