注册修改为绑定

This commit is contained in:
2025-10-21 21:51:51 +08:00
parent 5ee4e077fb
commit be2323074b
28 changed files with 729 additions and 211 deletions

View File

@@ -368,7 +368,16 @@ Component<IndexPageComponent['data'], any, any, any, false>({
}
},
// 显示申请加入货运人员表单 - 跳转到独立页面
// 处理绑定按钮点击
handleRegister() {
console.log('用户点击绑定按钮');
// 跳转到绑定页面
wx.navigateTo({
url: '/pages/apply/apply'
});
},
// 显示员工账号绑定表单 - 跳转到独立页面
showApplyForm() {
wx.navigateTo({
url: '/pages/apply/apply'