yangan
2024-06-20 c7372dc7f495bdefb7f5e78d1c02756d637377b3
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>
</style>