tianyi 11 hours ago
parent
commit
6811bad352
  1. 7
      package1/order/orderEvaluate.vue

7
package1/order/orderEvaluate.vue

@ -211,7 +211,9 @@
score:this.shopEvaluateNum,
orderId:this.shopData.id,
shopId:this.shopData.shopId,
},{ //
}]
if(this.shopData.deliveryType == 1){
data.push({ //
parentId:'',
leve:0,
remark:this.shopRemark,
@ -222,7 +224,8 @@
score:this.manEvaluateNum,
orderId:this.shopData.id,
shopId:this.manId,
}]
})
}
that.tui.request("/app/comment/save", "POST", data, false, false).then((res) => {
if (res.code == 200) {
uni.showToast({

Loading…
Cancel
Save