Commit e72a7682 authored by 任国军's avatar 任国军

add option distance

parent af98a881
Pipeline #15071 passed with stage
in 37 seconds
...@@ -21,6 +21,7 @@ const AGE_CATS = [ ...@@ -21,6 +21,7 @@ const AGE_CATS = [
const INSTITUTION_TYPE = [ const INSTITUTION_TYPE = [
{ id: -14, name: '全部', value: '' }, { id: -14, name: '全部', value: '' },
{ id: -15, name: '品牌', value: '品牌' }, { id: -15, name: '品牌', value: '品牌' },
{ id: -16, name: '距离', value: '距离' },
]; ];
class OptionService extends Service { class OptionService extends Service {
......
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