Browse Source

评价提交修改错误字段

master
caichunsheng 4 years ago
parent
commit
4056d31418
  1. 2
      pages/order/comment/index.js

2
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

Loading…
Cancel
Save