代码拉取完成,页面将自动刷新
同步操作将从 yichen/一指香飞uni-app 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<script>
export default {
computed: {
// this.$store.getters.user;
},
mounted() {
var that = this;
// 监听窗口宽高变化
(function screenListener() {
uni.onWindowResize((res) => {
that.$store.commit('screen', {
width: res.size.windowWidth,
height: res.size.windowHeight
});
// console.log('变化后的窗口宽度=' + res.size.windowWidth)
// console.log('变化后的窗口高度=' + res.size.windowHeight)
})
})()
},
onLaunch: function() {
console.log('App Launch')
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
}
}
</script>
<style>
/* uni.css - 通用组件、模板样式库,可以当作一套ui库应用 */
@import "./common/uni.css";
/* @import "./common/css/iconfont.css"; */
@import "./common/css/tui.css";
@import "./common/yc.css";
.color-font {
color: #F7F7F7;
}
.color-background {
color: #333333;
background: #F7F7F7;
}
.color-nav{
background: #0A98D5;
color: #ffffff;
}
/* 以下样式用于 hello uni-app 演示所需 */
page {
color: #666;
background-color: #F4F5F6;
height: 100%;
font-size: 28upx;
overflow: hidden;
}
.page-body {
padding: 0;
margin: 0;
justify-content: space-between;
flex-direction: column;
align-content: ;
height: 100vh;
box-sizing: border-box;
display: flex;
}
/* .main-content{
margin-bottom: 100upx;
text-align: center;
width: 100%;
flex:1;
overflow-y:auto;
box-sizing:border-box;
} */
.uni-input-group .uni-input-row:after {
right: 10upx;
left: 10upx;
}
.uni-input-row input {
flex: 1;
padding: 0 10upx;
border-radius: 6upx;
background: #E9E9E9;
}
.uni-input-row .uni-label {
text-indent: 0;
flex-direction: column;
display: flex;
justify-content: center;
text-align: center;
}
</style>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。