This commit is contained in:
haomingming
2023-03-31 17:24:25 +08:00
parent 52742fdbd9
commit df9a526b7b
12 changed files with 97 additions and 28 deletions
+4 -3
View File
@@ -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 => {