Merge branch 'master' of http://git.luyuan.tk/luyuan/deming into zhy

This commit is contained in:
2020-07-31 21:49:05 +08:00
22 changed files with 994 additions and 510 deletions

View File

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