Commit 07cef420 authored by denghr's avatar denghr

修改提示文字

parent a26b15aa
...@@ -532,7 +532,7 @@ ...@@ -532,7 +532,7 @@
if(item.vehicleModel==undefined){ if(item.vehicleModel==undefined){
this.$notify({ this.$notify({
title: '警告', title: '警告',
message: '房车未配置,请先配置', message: '车型未配置,请先配置',
type: 'warning', type: 'warning',
duration: 2000 duration: 2000
}); });
...@@ -540,7 +540,7 @@ ...@@ -540,7 +540,7 @@
if(item.vehicleModel.keyword==undefined){ if(item.vehicleModel.keyword==undefined){
this.$notify({ this.$notify({
title: '警告', title: '警告',
message: '房车未配置,请先配置', message: '车型未配置,请先配置',
type: 'warning', type: 'warning',
duration: 2000 duration: 2000
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment