uu
This commit is contained in:
parent
15835eaf4d
commit
b3c11a43a4
@ -152,7 +152,7 @@
|
||||
}
|
||||
},
|
||||
handleEditItem(item={}) {
|
||||
this.goto(`address/edit?id=${item.id}`)
|
||||
this.goto(`address/edit?id=${item.id || ''}`)
|
||||
},
|
||||
async handleDelItem(item) {
|
||||
await this.confirmModal('确认要删除吗?')
|
||||
|
||||
@ -224,7 +224,7 @@
|
||||
async handleDealItem(item, deal = { type: '1' }) {
|
||||
switch (deal.type){
|
||||
case 1: // 跳转
|
||||
this.goto(`post/detail?id=${item.id}`)
|
||||
this.goto(`post/detail?id=${item.id || ''}`)
|
||||
break;
|
||||
case 2: // 复制订单号
|
||||
this.setClipboardData('xxxxxxx')
|
||||
|
||||
@ -252,7 +252,7 @@
|
||||
async handleDealItem(item, deal = { type: '1' }) {
|
||||
switch (deal.type){
|
||||
case 1: // 跳转
|
||||
goto(`post/detail?id=${item.id}`)
|
||||
goto(`post/detail?id=${item.id || ''}`)
|
||||
break;
|
||||
case 2: // 复制订单号
|
||||
setClipboardData('xxxxxxx')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user