|
@@ -21,9 +21,9 @@ var repairDetailPage = new Vue({
|
|
|
submit:function(){ //提交评论
|
|
|
var _this = this;
|
|
|
if( _this.params.serviceRating==0){
|
|
|
- CAIMEI.Alert('必填项不能为空','确定')
|
|
|
+ CAIMEI.Alert('请评价服务态度','确定')
|
|
|
}else if( _this.params.serviceEvaluate==''){
|
|
|
- CAIMEI.Alert('请输入评论','确定')
|
|
|
+ CAIMEI.Alert('请输入具体评价','确定')
|
|
|
}else {
|
|
|
RepairApi.evaluation(params,function (res) {
|
|
|
if (res.code==0){
|