Commit 89878266 by 陈玉桐

fix 训练计划返回刷新

parent a7c96860
...@@ -9,7 +9,12 @@ Page({ ...@@ -9,7 +9,12 @@ Page({
trainingList: [], trainingList: [],
totalDuration: [], totalDuration: [],
}, },
onLoad: function () { onLoad: function () {},
onHide() {
console.log('hide')
},
onShow() {
console.log('show')
let me = this; let me = this;
// 请求前加Loading // 请求前加Loading
wx.showLoading({ wx.showLoading({
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
} }
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "2.8.3", "libVersion": "2.9.0",
"appid": "wx6d4a1ebceaa45d3e", "appid": "wx6d4a1ebceaa45d3e",
"projectname": "wxProgram", "projectname": "wxProgram",
"debugOptions": { "debugOptions": {
......
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