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