Commit aa7cc6c1 authored by 吴颖's avatar 吴颖

'细节优化'

parent 73496ad6
......@@ -29,7 +29,6 @@ Page({
coach_id: app.globalData.coach_id
})
this.getMyarea()
this.getCitylist()
},
getMyarea: function () {
......@@ -54,7 +53,7 @@ Page({
region_id: data.city != null && data.city.region_id != '' ? data.city.region_id : '',
city_id: data.city != null && data.city.city_id != '' ? data.city.id : '',
})
console.log(this.data.currentArea)
this.getCitylist()
}
}
base.newRequest(params)
......
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