4 Star 1 Fork 0

Jessie / rrx.h5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
App.vue 769 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mercury 提交于 2021-10-28 14:47 . 修改增加电话出现的问题
<script>
export default {
onLaunch: function() {
console.log('App onLaunch')
},
onShow: function () {
// console.log('app show...............');
// 登录检查
let url = window.location.href
this.$u.utils.login_check(url)
console.log('用户信息=',this.vuex_user_info)
},
onHide: function() {
console.log('App Hide')
},
methods: {
}
}
</script>
<style lang="scss">
/*每个页面公共css */
@import "uview-ui/index.scss";
page {
height: 100%;
}
/* radio 选中后的样式 */
uni-radio .uni-radio-input.uni-radio-input-checked {
background-color: #69DDE8 !important;
border-color: #69DDE8 !important;
background-clip: content-box !important;
padding: 7rpx !important;
box-sizing: border-box;
}
</style>
JavaScript
1
https://gitee.com/irivers/rrx.h5.git
git@gitee.com:irivers/rrx.h5.git
irivers
rrx.h5
rrx.h5
master

搜索帮助