Commit e40599d6 authored by leiqingsong's avatar leiqingsong

Merge branch 'dev_lqs' into 'master'

Dev lqs

See merge request !154
parents c50368c0 3990ba15
......@@ -89,7 +89,7 @@ export default {
inviteeCodeDialog: false
};
},
created() {
mounted() {
console.log("读取用户信息");
this.imageBaseUrl = process.env.VUE_APP_BASE_URL;
this.getUser();
......@@ -122,6 +122,7 @@ export default {
});
},
getAppVersion() {
console.log("设置里获取到的版本号", this.$bridgeToAppFun.getAppVersion());
this.version = "版本" + this.$bridgeToAppFun.getAppVersion();
},
getUser() {
......
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