1 Star 0 Fork 1

Handy/二维码宣传页

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
App.vue 622 Bytes
一键复制 编辑 原始数据 按行查看 历史
Handy 提交于 2024-01-05 14:22 . add
<script>
/**
* Copyright (c) 2013-Now http://aidex.vip All rights reserved.
*/
export default {
methods:{
},
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>
@import url("~@/static/iconfont/iconfont.css");
</style>
<style lang="scss">
@import "uview-ui/index.scss";
</style>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/leiziccc/qr-code-promotional-page.git
[email protected]:leiziccc/qr-code-promotional-page.git
leiziccc
qr-code-promotional-page
二维码宣传页
master

搜索帮助