Commit b6c6dc86 authored by xieyishang's avatar xieyishang

111

parent 32f177de
......@@ -3,8 +3,8 @@
//"appid" : "__UNI__FC9419E",
"appid" : "__UNI__1EA80F1", //这个是 web
"description" : "",
"versionName" : "1.0.36",
"versionCode" : 136,
"versionName" : "1.0.37",
"versionCode" : 137,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
......
......@@ -60,6 +60,7 @@
<view class="list-cell ali-c" @tap="ToUpdate">
<text class="cell-tit">检查更新</text>
<text class="cell-tip">当前版本 {{version}}</text>
<text class="cell-tip" v-if="debug.isdebug"> 测试版</text>
<image class="jiantousi" src="/static/news/jiantousi.png" mode=""></image>
</view>
<view class="list-cell log-out-btn" >
......@@ -91,6 +92,7 @@
import {userLogout,deleteStore,storeOpenEle,storeEleInfo} from "@/utils/api/api.js";
import yomolUpgrade from '@/components/yomol-upgrade/yomol-upgrade.vue';//升级组件
import moduPopup from "@/components/moduPopup/moduPopup.vue";
import debug from "@/utils/debug.js";
export default {
components:{
yomolUpgrade,
......@@ -114,6 +116,9 @@
//选中状态
ischecked(){
return this.$store.state.isvoice;
},
debug(){
return debug;
}
},
methods:{
......
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