技师列表进入初始查询条件
This commit is contained in:
parent
251fd75cb0
commit
45fabca996
|
@ -333,7 +333,7 @@
|
||||||
amap: null,
|
amap: null,
|
||||||
latitude: '43.86487',
|
latitude: '43.86487',
|
||||||
longitude: '',
|
longitude: '',
|
||||||
city: '请选择城市',
|
city: '请选择地址',
|
||||||
XCXIsSelect: '否',
|
XCXIsSelect: '否',
|
||||||
currentTabFl: 1,
|
currentTabFl: 1,
|
||||||
tjData:[],
|
tjData:[],
|
||||||
|
|
|
@ -360,6 +360,8 @@
|
||||||
onLoad(e) {
|
onLoad(e) {
|
||||||
let that = this
|
let that = this
|
||||||
that.massageTypeId = e.massageTypeId;
|
that.massageTypeId = e.massageTypeId;
|
||||||
|
that.classifyId = '';
|
||||||
|
that.technicianType = 3;
|
||||||
// that.getLocation();//低精度,快就完事了
|
// that.getLocation();//低精度,快就完事了
|
||||||
// that.getLocation(true);//高精度,慢慢查询
|
// that.getLocation(true);//高精度,慢慢查询
|
||||||
if(e){
|
if(e){
|
||||||
|
|
Loading…
Reference in New Issue