diff --git a/pages/account/comment/success.vue b/pages/account/comment/success.vue index dd046ac..f7f39ec 100644 --- a/pages/account/comment/success.vue +++ b/pages/account/comment/success.vue @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-05-08 01:11:33 * @LastEditors: ch - * @LastEditTime: 2022-06-27 19:13:06 + * @LastEditTime: 2022-06-28 10:07:13 * @Description: file content --> diff --git a/plugins/api/order.js b/plugins/api/order.js index fd817a4..31c036d 100644 --- a/plugins/api/order.js +++ b/plugins/api/order.js @@ -4,7 +4,7 @@ * @Author: ch * @Date: 2022-05-04 18:17:25 * @LastEditors: ch - * @LastEditTime: 2022-05-09 11:07:28 + * @LastEditTime: 2022-06-28 09:56:23 * @Description: file content */ import {axiosTk} from "../axiosTk"; @@ -49,6 +49,12 @@ export const ApiGetOrderDetail = (id) => export const ApiGetOrderProductDetail = ({orderProductId}) => ToAsyncAwait(axiosTk.get(`${BASE_URL}/app/tradeOrder/product/${orderProductId}`)); +/** + * 获取待评价订单详请列表 + */ +export const ApiGetCommentOrderDetailList = (params) => + ToAsyncAwait(axiosTk.get(`${BASE_URL}/app/tradeOrder/listOrderProductWaitComment`,{params})) + /** * 提交订单 * @param {*} data