Commit 07cef420 authored by denghr's avatar denghr

修改提示文字

parent a26b15aa
......@@ -532,7 +532,7 @@
if(item.vehicleModel==undefined){
this.$notify({
title: '警告',
message: '房车未配置,请先配置',
message: '车型未配置,请先配置',
type: 'warning',
duration: 2000
});
......@@ -540,7 +540,7 @@
if(item.vehicleModel.keyword==undefined){
this.$notify({
title: '警告',
message: '房车未配置,请先配置',
message: '车型未配置,请先配置',
type: 'warning',
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