合并前备份

This commit is contained in:
zdx
2020-12-29 17:16:53 +08:00
parent 3e69a05d93
commit 8ea2db50f9
35 changed files with 2658 additions and 459 deletions

View File

@@ -78,7 +78,7 @@ Page({
*/
goCompany(e) {
wx.navigateTo({
url: '/pages/home/index' ,
url: '/pages/home/index?companyId='+e.currentTarget.dataset.id ,
})
wx.setStorageSync('company_id', e.currentTarget.dataset.id)
}