更新确认地址信息

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

@@ -4,8 +4,8 @@ Component({
* 组件的属性列表
*/
properties: {
info:{
type:Object
info: {
type: Object
}
},
@@ -73,9 +73,12 @@ Component({
break;
}
},
// 跳转到员工名片详情
goCard(e) {
console.log(e.currentTarget.dataset.cardid);
wx.navigateTo({
url: '/pages/card/index?cardid='+e.currentTarget.dataset.cardid,
})
}
}
})