From 4056d31418990a568ca75e0984393fa1724f6040 Mon Sep 17 00:00:00 2001 From: caichunsheng Date: Sat, 20 Aug 2022 17:33:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=84=E4=BB=B7=E6=8F=90=E4=BA=A4=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E9=94=99=E8=AF=AF=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/comment/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/order/comment/index.js b/pages/order/comment/index.js index 7ce057a..5fa253d 100644 --- a/pages/order/comment/index.js +++ b/pages/order/comment/index.js @@ -82,7 +82,7 @@ Page({ product_id: item.product_id, content: item.content, order_id: item.order_id, - integer:this.data.rate, + rate:this.data.rate, img_list:this.data.upImgs.join(','), is_anonymous:this.data.checked?1:0, sku_id:item.sku_id