This commit is contained in:
xiaozhiyong
2024-08-13 08:54:54 +08:00
parent 8943b412ea
commit cfcb6da1b5
6 changed files with 99 additions and 36 deletions

View File

@@ -212,7 +212,7 @@
confirmColor: '#FE0505',
success: (res) => {
if (res.confirm) {
uni.setStorageSync('username', that.driver.username)
uni.setStorageSync('username', this.driver.username)
uni.navigateTo({
url: '/BagAuth/pages/login/register'
})