更新确认地址信息
This commit is contained in:
@@ -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,
|
||||
})
|
||||
}
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user