Commit 84672834 authored by mengcuiguang's avatar mengcuiguang

版本统一

parent 841b27d1
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
inviteUId: '', inviteUId: '',
serviceUrl: '', serviceUrl: '',
downUrl: '', // downUrl: '', //
versionName: 'v 1.0.0', versionName: '',
auth: false, // 三要素实名认证 auth: false, // 三要素实名认证
userInfo: null, userInfo: null,
pkgName: PAKEAGE_NAME pkgName: PAKEAGE_NAME
......
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
import common from '@/mixins/common'; import common from '@/mixins/common';
import kefuPopup from '@/components/kefu-popup/kefu-popup.vue'; import kefuPopup from '@/components/kefu-popup/kefu-popup.vue';
import { import {
getToLocal VERSION_CODE
} from "@/utils/utils.js" } from "@/utils/utils.js"
import { import {
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
statusBarHeight: app.globalData.statusBarHeight, statusBarHeight: app.globalData.statusBarHeight,
userBean: {}, userBean: {},
showAnimate: false, showAnimate: false,
versionName: app.globalData.versionName versionName: ''
}; };
}, },
methods: { methods: {
...@@ -146,6 +146,7 @@ ...@@ -146,6 +146,7 @@
query.select("#count").boundingClientRect(); query.select("#count").boundingClientRect();
}, },
show() { show() {
this.versionName='v '+VERSION_CODE
// 更新阅读时间统计 // 更新阅读时间统计
this.refreshTimeCount(); this.refreshTimeCount();
......
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