Commit ebcfb71d authored by youjie's avatar youjie

小程序检查更新

parent bd08511d
...@@ -555,6 +555,7 @@ ...@@ -555,6 +555,7 @@
}, 500); }, 500);
this.mainColor = this.$uiConfig.mainColor; this.mainColor = this.$uiConfig.mainColor;
this.getIsOpenReserve(); this.getIsOpenReserve();
this.$utils.VersionUpdate()
}, },
methods: { methods: {
......
...@@ -106,6 +106,9 @@ export default { ...@@ -106,6 +106,9 @@ export default {
showBar: true, showBar: true,
}; };
}, },
onShow() {
this.$utils.VersionUpdate()
},
created() { created() {
this.contentHeight = this.$utils.calcContentHeight(-40) + "px"; this.contentHeight = this.$utils.calcContentHeight(-40) + "px";
this.mainColor = this.$uiConfig.mainColor; this.mainColor = this.$uiConfig.mainColor;
......
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