From 6042333b76aaf8097271348ec56fad019a685c84 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期三, 25 九月 2024 15:56:11 +0800
Subject: [PATCH] feat:线上端口号更改

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

diff --git a/pages/customer-page/customer-my/customer-my.vue b/pages/customer-page/customer-my/customer-my.vue
index 5d0ba40..b1b38e3 100644
--- a/pages/customer-page/customer-my/customer-my.vue
+++ b/pages/customer-page/customer-my/customer-my.vue
@@ -80,9 +80,9 @@
 			<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>
+<!--			<view class="logout"><u-button text="閲嶇疆瀵嗙爜"-->
+<!--					type="primary"-->
+<!--					@click="initPwd"></u-button></view>-->
 			<view class="logout"><u-button text="閫�鍑虹櫥褰�"
 					type="primary"
 					@click="logout()"></u-button></view>
@@ -455,7 +455,9 @@
 				this.initPwdShow = false
 			},
 			modifyPwd() {
-				this.modifyPwdShow = true
+        uni.navigateTo({
+          url: `/pages/login/resetPassword/resetPassword`
+        })
 			},
 			modifyPwdConfirm() {
 				if (this.passwordModified.length === 0) {
@@ -639,4 +641,4 @@
 			border: 1rpx solid rgb(220, 223, 230);
 		}
 	}
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.1