yangan
2025-01-24 aff94579d33c07675ab160652b6d8ce49ed2e154
pages/freight-forwarder-page/freightForwarder-my/freightForwarder-my.vue
@@ -78,9 +78,9 @@
         <view class="utils"><u-button text="修改密码"
               type="primary"
               @click="modifyPwd"></u-button></view>
         <view class="utils"><u-button text="重置密码"
<!--         <view class="utils"><u-button text="重置密码"
               type="primary"
               @click="initPwd"></u-button></view>
               @click="initPwd"></u-button></view>-->
         <view class="utils"><u-button text="退出登录"
               type="primary"
               @click="logout"></u-button></view>
@@ -278,7 +278,9 @@
            this.initPwdShow = false
         },
         modifyPwd() {
            this.modifyPwdShow = true
        uni.navigateTo({
          url: `/pages/login/resetPassword/resetPassword`
        })
         },
         modifyPwdConfirm() {
            if (this.passwordModified.length === 0) {
@@ -440,4 +442,4 @@
         border: 1rpx solid rgb(220, 223, 230);
      }
   }
</style>
</style>