6 Star 0 Fork 0

lzz/interview-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
App.vue 2.86 KB
一键复制 编辑 原始数据 按行查看 历史
苏宁 提交于 2024-09-12 17:18 . 修改登录页面样式,支持uview
<script>
export default {
onLaunch: function() {
// if (wx.canIUse('getUpdateManager')) {
// const updateManager = wx.getUpdateManager();
// updateManager.onCheckForUpdate(function(res) {
// // 请求完新版本信息的回调
// if (res.hasUpdate) {
// updateManager.onUpdateReady(function() {
// uni.showModal({
// title: '更新提示',
// content: '新版本已经上线啦~,为了获得更好的体验,建议立即更新',
// showCancel: false,
// success: (res) => {
// if (res.confirm) {
// // 新的版本已经下载好,调用 applyUpdate 应用新版本并重启
// updateManager.applyUpdate();
// }
// }
// })
// });
// updateManager.onUpdateFailed(function() {
// // 新的版本下载失败
// uni.showModal({
// title: '更新失败',
// content: '新版本更新失败,为了获得更好的体验,请您删除当前小程序,重新搜索打开',
// showCancel: false
// })
// });
// }
// });
// }
// this.$cloud.getOne('ws_kv', {
// type: 'appConf'
// }).then(res => {
// if (res) {
// uni.setStorageSync('storeInfo', res)
// }
// })
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
}
}
</script>
<style lang="scss">
@import "@/uni_modules/uview-ui/index.scss";
@import "./utils/iconfont.css";
.btn-color {
color: #fff;
background: $primaryColor;
}
.line-input {
font-size: 13px;
padding: 5px 8px;
border: 1px #ccc solid;
border-radius: 3px;
letter-spacing: 1px;
}
.line-textarea {
font-size: 13px;
padding: 5px 8px;
border: 1px #ccc solid;
border-radius: 4px;
height: 50px;
width: 400px;
letter-spacing: 1px;
}
.open-btn::after {
border: none !important;
padding: 0 !important;
margin: 0 !important;
}
.open-btn {
background-color: transparent !important;
padding: 0 !important;
line-height: inherit !important;
margin: 0 !important;
width: auto !important;
font-weight: 500 !important;
border-radius: none !important;
}
/* #ifdef MP-WEIXIN */
.checkbox .wx-checkbox-input {
width: 25px;
height: 25px;
margin-right: 0 !important;
border-radius: 50% !important;
border-color: #888 !important;
}
.checkbox .wx-checkbox-input.wx-checkbox-input-checked {
width: 25px !important;
height: 25px !important;
border-color: #4395ff !important;
}
/* #endif */
/* #ifndef MP-WEIXIN */
>>>.checkbox .uni-checkbox-input {
width: 25px;
height: 25px;
margin-right: 0 !important;
border-radius: 50% !important;
border-color: #888 !important;
}
>>>.checkbox .uni-checkbox-input.uni-checkbox-input-checked {
width: 25px !important;
height: 25px !important;
border-color: #4395ff !important;
}
/* #endif */
</style>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/lzzandlyx/interview-web.git
git@gitee.com:lzzandlyx/interview-web.git
lzzandlyx
interview-web
interview-web
master

搜索帮助