1 Star 0 Fork 10

tk2l/PaddyShop用户端

forked from alan/PaddyShop用户端 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
App.vue 453 Bytes
一键复制 编辑 原始数据 按行查看 历史
<script>
export default {
onLaunch: function() {
console.log('欢迎使用PaddyShop开源电商系统!')
this.getSiteConfig();
},
onShow: function() {
},
onHide: function() {
},
methods:{
getSiteConfig(){
this.$u.api.getSiteConfig().then(res => {
uni.setStorageSync('siteConfig',res.data);
});
}
}
}
</script>
<style lang="scss">
@import "uview-ui/index.scss";
/*每个页面公共css */
</style>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/gamersky/paddyshop_web.git
git@gitee.com:gamersky/paddyshop_web.git
gamersky
paddyshop_web
PaddyShop用户端
master

搜索帮助