adv 7.30
This commit is contained in:
@@ -253,6 +253,10 @@ export default {
|
||||
tabLiveList(){
|
||||
return vm.$u.post('Specialci/tabLiveList')
|
||||
},
|
||||
// 商城-活动广告
|
||||
getStoreActivity() {
|
||||
return vm.$u.post('adv/storeActivity')
|
||||
},
|
||||
// 获取图文视频详情
|
||||
articleInfo({article_id}){
|
||||
return vm.$u.post('article/articleInfo',{article_id})
|
||||
|
||||
@@ -270,6 +270,9 @@ export default {
|
||||
getOrderEvaluateInfo({ id }) {
|
||||
return vm.$u.post('Order/getOrderEvaluateInfo', { id: id });
|
||||
},
|
||||
orderLogistics({ id }) {
|
||||
return vm.$u.post('Order/orderLogistics', { order_id: id });
|
||||
},
|
||||
// 订单评价/修改评价
|
||||
updateOrderEvaluate({ id, content, scores_one, scores_two, scores_three, file }) {
|
||||
let params = {
|
||||
|
||||
Reference in New Issue
Block a user