From e52e720168541aa02e0326a505d251f42828aedf Mon Sep 17 00:00:00 2001 From: 819527061@qq.com <123456> Date: 星期二, 30 七月 2024 11:14:08 +0800 Subject: [PATCH] 添加复磅申请及质检同意功能 --- 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