注册修改为绑定
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user