Commit ebcfb71d authored by youjie's avatar youjie

小程序检查更新

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