From 7a9166ac767ebbf533b2715686cb57f3a646e05b Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Wed, 30 Jul 2025 10:02:49 +0800 Subject: [PATCH] =?UTF-8?q?refactor(pages=5Forder):=20=E9=87=8D=E5=91=BD?= =?UTF-8?q?=E5=90=8D=E8=AF=84=E4=BC=B0=E5=8F=82=E6=95=B0=E4=BB=A5=E6=9B=B4?= =?UTF-8?q?=E6=B8=85=E6=99=B0=E8=A1=A8=E8=BE=BE=E6=84=8F=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 userEvaluate 改为 activityDetails,userNum 改为 activityNum,使参数命名更准确地反映其用途 --- pages_order/orderEvaluation.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pages_order/orderEvaluation.vue b/pages_order/orderEvaluation.vue index 8c9c7a4..2be31db 100644 --- a/pages_order/orderEvaluation.vue +++ b/pages_order/orderEvaluation.vue @@ -102,9 +102,8 @@ export default { orderId: this.orderId, evaluate: this.evaluate, num: this.num, - userEvaluate: this.userEvaluate, - userNum: this.userNum - + activityDetails: this.userEvaluate, + activityNum: this.userNum } this.$api('evaluate', params, res => { if (res.code == 200) {