From 77f30ad3d40b85cdbaf636c89b780964b4dd39a7 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期四, 25 七月 2024 18:25:37 +0800
Subject: [PATCH] #

---
 pages/pakin/pakin.vue |   21 ++++++++++-----------
 1 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/pages/pakin/pakin.vue b/pages/pakin/pakin.vue
index 8243044..5bb8f9c 100644
--- a/pages/pakin/pakin.vue
+++ b/pages/pakin/pakin.vue
@@ -1,5 +1,6 @@
 <template>
 	<view>
+		<!-- ----------------------------------------------绋嬪簭鏍囬鏍�----------------------------------------------------------- -->
 		<view class="status_bar">
 			<!-- 杩欓噷鏄姸鎬佹爮 -->
 		</view>
@@ -14,6 +15,9 @@
 				</view>
 			</block>
 		 </uni-nav-bar>
+		<!-- ----------------------------------------------绋嬪簭鏍囬鏍�----------------------------------------------------------- -->
+		 
+		<!-- ----------------------------------------------  杈撳叆妗�  ----------------------------------------------------------- -->
 		<view class="code">
 			<view class="item">
 				<view class="code-decs">鎵樼洏鐮�:</view>
@@ -42,7 +46,7 @@
 				</radio-group>
 			</view>
 		</view>
-		
+		<!-- ----------------------------------------------  杈撳叆妗�  ----------------------------------------------------------- -->
 		<view class="mat-list-title">
 			鍟嗗搧鍒楄〃
 		</view>
@@ -293,22 +297,14 @@
 								},
 							});
 						} else if (result.code == 403) {
-							uni.showToast({
-								title: result.msg,
-								icon: "none",
-								position: 'top'
-							})
+							uni.showToast({ title: result.msg, icon: "none", position: 'top' })
 							setTimeout(() => {
 								uni.reLaunch({
 									url: '../login/login'
 								});
 							}, 1000);
 						} else {
-							uni.showToast({
-								title: result.msg,
-								icon: "none",
-								position: 'top'
-							})
+							uni.showToast({ title: result.msg, icon: "none", position: 'top' })
 						}
 
 					}
@@ -508,6 +504,9 @@
 <style>
 	@import url('../../static/css/wms.css/wms.css');
 
+	.list:first-child {
+		margin-top: 320rpx;
+	}
 	.code {
 		width: 100%;
 		position: fixed;

--
Gitblit v1.9.1