更新确认地址信息

This commit is contained in:
zdx
2020-12-28 14:00:13 +08:00
parent 637e63b224
commit 734d3a9377
14 changed files with 169 additions and 74 deletions

View File

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