diff --git a/pages/therapist/therapist.vue b/pages/therapist/therapist.vue
index 3dc7b5f..b1df726 100644
--- a/pages/therapist/therapist.vue
+++ b/pages/therapist/therapist.vue
@@ -31,7 +31,7 @@
-
+
@@ -117,7 +117,7 @@
-
+
@@ -286,7 +286,7 @@
value: "专家",
},
],
- technicianType:3,
+ technicianType:'',
switchList:['列表','地图'],
artificerName: '',
tpSel: 0,
@@ -418,7 +418,7 @@
onShow() {
let that = this
that.orderList=[];
- that.technicianType=3;
+ that.technicianType='';
that.selectedValues=[];
that.XCXIsSelect = this.$queue.getData("XCXIsSelect");
var add=uni.getStorageSync('cityTherapist');