优化
This commit is contained in:
@@ -35,7 +35,9 @@ Page({
|
||||
stateHeight: stateHeight + top, // 状态栏高度
|
||||
});
|
||||
},
|
||||
|
||||
onLoad(){
|
||||
console.log("onLoad ");
|
||||
},
|
||||
onShow: function () {
|
||||
// console.log("onshow ");
|
||||
if (typeof this.getTabBar === 'function' && this.getTabBar()) {
|
||||
@@ -44,8 +46,7 @@ Page({
|
||||
})
|
||||
}
|
||||
this.getMenuButtonBound();
|
||||
},
|
||||
onLoad(){
|
||||
|
||||
// console.log("my onLoad");
|
||||
//获取个人中心数据
|
||||
api.getDoctorCenter().then(response => {
|
||||
|
||||
Reference in New Issue
Block a user