From e96d372369ef01a1567ca08137a5799f5545adc2 Mon Sep 17 00:00:00 2001 From: ch Date: Tue, 28 Jun 2022 10:07:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B6=E4=BB=96=E5=AE=9D=E8=B4=9D=E8=AF=84?= =?UTF-8?q?=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/account/comment/success.vue | 33 ++++++++++++++++++++++--------- plugins/api/order.js | 8 +++++++- 2 files changed, 31 insertions(+), 10 deletions(-) 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