pages/driver-page/drvier-my/drvier-my.vue
@@ -155,6 +155,11 @@ </view> </view> <view class="loginout"> <view class="loginout-main"><u-button text="修改密码" type="primary" @click="initPwd" shape="circle" plain></u-button></view> <view class="loginout-main"><u-button text="退出登录" type="primary" @click="logout" @@ -722,7 +727,9 @@ }); }, initPwd() { this.initPwdShow = true uni.navigateTo({ url: `/pages/login/resetPassword/resetPassword` }) }, initPwdConfirm() { this.initPwdShow = false @@ -1012,4 +1019,4 @@ } } } </style> </style>