Commit 84672834 authored by mengcuiguang's avatar mengcuiguang

版本统一

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