Commit c61cae56 authored by Sky's avatar Sky

修改训练时,手表端关闭后再打开,页面跳转会闪一下的bug,修改版本号1.0.1和版本code5

parent 999eb0cb
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"bundleName": "com.company.fit", "bundleName": "com.company.fit",
"version": { "version": {
"code": 1, "code": 1,
"name": "1.0.0" "name": "1.0.1"
}, },
"apiVersion": { "apiVersion": {
"compatible": 3, "compatible": 3,
......
...@@ -209,6 +209,7 @@ export default { ...@@ -209,6 +209,7 @@ export default {
} }
break; break;
case "8": //继续 case "8": //继续
_this.page = "1";
_this.tabIndex = 0; _this.tabIndex = 0;
_this.countdownT = "3"; _this.countdownT = "3";
_this.stopFlg = false; _this.stopFlg = false;
......
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