From 5c2decc75ac02ba4409375efc4f793b02c505296 Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期一, 23 十月 2023 18:53:10 +0800
Subject: [PATCH] 司机注册增加图片字段 司机首页样式更改

---
 pages/customer-page/customer-my/customer-my.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pages/customer-page/customer-my/customer-my.vue b/pages/customer-page/customer-my/customer-my.vue
index fb1ec25..93236cf 100644
--- a/pages/customer-page/customer-my/customer-my.vue
+++ b/pages/customer-page/customer-my/customer-my.vue
@@ -75,12 +75,12 @@
 					type="primary"
 					@click="userManage"
 					v-if="roleType == 1 && userEntity.isHostUser === '0'"></u-button></view>
-			<view class="logout"><u-button text="淇敼瀵嗙爜"
+			<!-- <view class="logout"><u-button text="淇敼瀵嗙爜"
 					type="primary"
 					@click="modifyPwd"></u-button></view>
 			<view class="logout"><u-button text="閲嶇疆瀵嗙爜"
 					type="primary"
-					@click="initPwd"></u-button></view>
+					@click="initPwd"></u-button></view> -->
 			<view class="logout"><u-button text="閫�鍑虹櫥褰�"
 					type="primary"
 					@click="logout()"></u-button></view>
@@ -151,16 +151,16 @@
 				@cancel="logoutCancel"></u-modal>
 		</view>
 		<!-- 閲嶇疆瀵嗙爜寮瑰嚭妗� -->
-		<view class="initPwdModal">
+		<!-- <view class="initPwdModal">
 			<u-modal :show="initPwdShow"
 				title="閲嶇疆瀵嗙爜"
 				showCancelButton
 				content="鍒濆瀵嗙爜灏嗗彉鏇翠负123456,鏄惁纭閲嶇疆"
 				@confirm="initPwdConfirm"
 				@cancel="initPwdCancel"></u-modal>
-		</view>
+		</view> -->
 		<!-- 淇敼瀵嗙爜寮瑰嚭妗� -->
-		<view class="modifyPwdModal">
+		<!-- <view class="modifyPwdModal">
 			<u-modal :show="modifyPwdShow"
 				title="淇敼瀵嗙爜"
 				showCancelButton
@@ -173,7 +173,7 @@
 						type="password"></u-input>
 				</view>
 			</u-modal>
-		</view>
+		</view> -->
 	</view>
 </template>
 

--
Gitblit v1.9.1