|
|
|
@ -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({ |
|
|
|
|