【bug】会议扫码报名的无法选中企业
This commit is contained in:
@@ -133,8 +133,12 @@ Page({
|
||||
delta: 1,
|
||||
})
|
||||
} else{
|
||||
wx.navigateTo({
|
||||
url: `../signUpPage/signUpPage?company=${selectedCompany}`,
|
||||
prevPage.setData({
|
||||
'selectedCompany.companyName':e.currentTarget.dataset.company.companyName,
|
||||
'selectedCompany.id':e.currentTarget.dataset.company.id,
|
||||
})
|
||||
wx.navigateBack({
|
||||
delta: 1,
|
||||
})
|
||||
}
|
||||
// 在选中企业后 将选中的企业信息存入缓存中 保证新建企业联系人的时候的回显 与参数传id
|
||||
|
||||
Reference in New Issue
Block a user