From f401dceabf57d3957788248839acd54612ffce8c Mon Sep 17 00:00:00 2001
From: 346149741 <346149741@qq.com>
Date: 星期四, 20 六月 2024 19:45:29 +0800
Subject: [PATCH] 样式调整

---
 policy/components/mine.vue |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/policy/components/mine.vue b/policy/components/mine.vue
index bcc1b48..b2c0aa7 100644
--- a/policy/components/mine.vue
+++ b/policy/components/mine.vue
@@ -20,10 +20,10 @@
 				<text class="label">鑱旂郴鐢佃瘽</text>
 				<text>168****4164</text>
 			</view>
-			<view class="show-phone-number">
+			<view class="show-phone-number" @click="goChangePhone">
 				<view class="set-flex">
 					<u-icon name="phone" size="22"></u-icon>
-					<text class="change">淇敼鎵嬫満鍙�</text>
+					<text class="change" >淇敼鎵嬫満鍙�</text>
 				</view>
 				<u-icon name="arrow-right"></u-icon>
 			</view>
@@ -39,6 +39,13 @@
 		data(){
 			return {
 				src: ''
+			}
+		},
+		methods: {
+			goChangePhone() {
+				uni.navigateTo({
+					url: '/policy/changePhone/changePhone'
+				})
 			}
 		}
 	}
@@ -118,7 +125,7 @@
 			width: calc(100% - 64rpx);
 			left: 32rpx;
 			position: fixed;
-			bottom: 140rpx;
+			bottom: 180rpx;
 		}
 	}
 </style>
\ No newline at end of file

--
Gitblit v1.9.1