代码拉取完成,页面将自动刷新
<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>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。