Commit 7ef7133f by 陈玉桐

fix 首页热启动

parent f1a73bf0
...@@ -401,14 +401,14 @@ Page({ ...@@ -401,14 +401,14 @@ Page({
lastVision: '',//训练成就旧视力 lastVision: '',//训练成就旧视力
nowVision: '',//训练成就新视力 nowVision: '',//训练成就新视力
}, },
onShow() { onReady() {
}, },
swiperChange: function(e) { swiperChange: function(e) {
this.setData({ this.setData({
currentSwiper: e.detail.current currentSwiper: e.detail.current
}) })
}, },
onReady() { onShow() {
let me = this; let me = this;
app.getToken().then(function (res) { app.getToken().then(function (res) {
......
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