diff --git a/pages/therapist/therapist.vue b/pages/therapist/therapist.vue
index 7ce414b..72cd6f3 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');
@@ -490,7 +490,6 @@
methods: {
quding(){
this.getlist();
- console.log("this.technicianType=============>",this.technicianType)
this.showpay = false;
},
toggle() {
@@ -517,7 +516,6 @@
})
},
changeClickSon(item){
- console.log("item",item)
var index = []
for(var i=0;i