修正错误

This commit is contained in:
2020-07-31 09:40:06 +08:00
parent ee08038a64
commit b9b8384011
8 changed files with 272 additions and 14 deletions

View File

@@ -291,6 +291,10 @@ export default {
appointment_time: appointment_time,
})
},
// 达人上架商品
goodsShelves({live_id}){
return vm.$u.post('Specialci/goodsShelves',{live_id})
}
}
}