Commit 51ba3c58 authored by 吴春's avatar 吴春

修改餐厅和景点人类型名称

parent b22ad21f
...@@ -699,11 +699,11 @@ ...@@ -699,11 +699,11 @@
this.picIsShow = true this.picIsShow = true
}, },
peopleStrToWord(str) { peopleStrToWord(str) {
if (str == '1') if (str == 1)
return '人' return '人'
if (str == '2') if (str == 2)
return '儿童' return '中人'
if (str == '3') if (str == 3)
return '小人' return '小人'
}, },
UseDinnerTypeToWord(str) { UseDinnerTypeToWord(str) {
......
...@@ -222,12 +222,12 @@ ...@@ -222,12 +222,12 @@
}); });
}, },
personStrToWord(str) { personStrToWord(str) {
if (str == 1) if (str == 1)
return '大人' return '大人'
if (str == 2) if (str == 2)
return '儿童' return '中人'
if (str == 3) if (str == 3)
return '婴儿' return '小人'
}, },
getList() { getList() {
this.loading = true; this.loading = true;
......
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