1 Star 0 Fork 0

赵群 / jee_uni_moble

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
App.vue 522 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhaoqun1-ds 提交于 2021-07-06 17:44 . first commit
<script>
/**
* Copyright (c) 2013-Now http://jeesite.com All rights reserved.
*/
export default {
onLaunch() {
// 国际化,设置当前语言
if (this.vuex_locale){
this.$i18n.locale = this.vuex_locale;
this.$u.api.lang({lang: this.vuex_locale});
}
// 设置底部导航栏角标
uni.setTabBarBadge({
index: 0,
text: '3'
});
// uni.removeTabBarBadge({
// index: 0
// });
}
}
</script>
<style lang="scss">
@import "uview-ui/index.scss";
@import "pages/common/jeesite.scss";
</style>
1
https://gitee.com/woshishen521/jee_uni_moble.git
git@gitee.com:woshishen521/jee_uni_moble.git
woshishen521
jee_uni_moble
jee_uni_moble
master

搜索帮助