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

7
package1/order/orderEvaluate.vue

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

Loading…
Cancel
Save