1 Star 1 Fork 0

wslrj / unishop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
App.vue 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
wslrj 提交于 2019-03-12 13:15 . unpdate to B2c
<script>
export default {
onLaunch: function () {
console.log('App Launch')
},
onShow: function () {
console.log('App Show')
},
onHide: function () {
console.log('App Hide')
},
watch: {
'$route' (to, from) {
const toDepth = to.path.split('/').length
const fromDepth = from.path.split('/').length
}
}
}
</script>
<style>
@import "./common/iconfont.css";
@import "./common/dt-ui-uni.css";
@import "./common/forum.css";
uni-input div{
width: 100%;
}
.input-flex-btn{
z-index: 2;
}
.header,.header-row{
display: none;
}
uni-page-head .uni-page-head-hd{
flex-direction: row;
}
.uni-tabbar,.uni-picker-view-wrapper{
flex-direction: row !important;
}
.uni-swiper-dots{
flex-direction: row;
}
.fixedAdd{
position: fixed;
bottom: 200upx;
right: 7upx;
width: 92upx;
height: 92upx;
text-align: center;
box-sizing: border-box;
background-color: rgba(240,85,75,.82);
color: #fff;
font-family: iconfont;
font-size: 32upx;
padding-top: 11upx;
border-radius: 22upx;
}
.fixedAdd:before{
content: "\e7e8";
display: block;
font-size: 32upx;
}
</style>
PHP
1
https://gitee.com/wslrj/unishop.git
git@gitee.com:wslrj/unishop.git
wslrj
unishop
unishop
master

搜索帮助